mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:55:10 +00:00
15 lines
201 B
Bash
15 lines
201 B
Bash
|
HTTP_PORT=23000
|
||
|
|
||
|
DB_DATABASE=test
|
||
|
DB_USER=test
|
||
|
DB_PASSWORD=test
|
||
|
# DB_HOST=mysql
|
||
|
# DB_PORT=3306
|
||
|
# DB_DIALECT=mysql
|
||
|
|
||
|
DB_HOST=postgres
|
||
|
DB_PORT=5432
|
||
|
DB_DIALECT=postgres
|
||
|
# DB_PORT=25432
|
||
|
# DB_HOST=localhost
|