mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:47:16 +00:00
15 lines
200 B
Bash
15 lines
200 B
Bash
API_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
|