mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
SYNC: postgres sfill
This commit is contained in:
16
packages/api/env/sfill/.env
vendored
16
packages/api/env/sfill/.env
vendored
@@ -1,12 +1,20 @@
|
|||||||
DEVMODE=1
|
DEVMODE=1
|
||||||
DEVWEB=1
|
DEVWEB=1
|
||||||
|
|
||||||
|
# STORAGE_SERVER=localhost
|
||||||
|
# STORAGE_USER=root
|
||||||
|
# STORAGE_PASSWORD=Pwd2020Db
|
||||||
|
# STORAGE_PORT=3306
|
||||||
|
# STORAGE_DATABASE=dbgate-filled
|
||||||
|
# STORAGE_ENGINE=mysql@dbgate-plugin-mysql
|
||||||
|
|
||||||
STORAGE_SERVER=localhost
|
STORAGE_SERVER=localhost
|
||||||
STORAGE_USER=root
|
STORAGE_USER=postgres
|
||||||
STORAGE_PASSWORD=Pwd2020Db
|
STORAGE_PASSWORD=Pwd2020Db
|
||||||
STORAGE_PORT=3306
|
STORAGE_PORT=5432
|
||||||
STORAGE_DATABASE=dbgate-filled
|
STORAGE_DATABASE=dbgate_sfill
|
||||||
STORAGE_ENGINE=mysql@dbgate-plugin-mysql
|
STORAGE_ENGINE=postgres@dbgate-plugin-postgres
|
||||||
|
|
||||||
|
|
||||||
CONNECTIONS=mysql,postgres,mongo,redis
|
CONNECTIONS=mysql,postgres,mongo,redis
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user