chore: update .env.example

This commit is contained in:
chenos 2024-07-11 22:50:47 +08:00
parent a7b0c36af1
commit df4abfdfb7

View File

@ -31,17 +31,20 @@ LOGGER_FORMAT=
################# DATABASE #################
DB_DIALECT=sqlite
DB_STORAGE=storage/db/nocobase.sqlite
# postgres | msysql | mariadb | sqlite
DB_DIALECT=postgres
DB_TABLE_PREFIX=
# DB_HOST=localhost
# DB_PORT=5432
# DB_DATABASE=postgres
# DB_USER=nocobase
# DB_PASSWORD=nocobase
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=nocobase
DB_USER=nocobase
DB_PASSWORD=nocobase
# DB_LOGGING=on
# DB_UNDERSCORED=false
# sqlite only
# DB_STORAGE=storage/db/nocobase.sqlite
#== SSL CONFIG ==#
# DB_DIALECT_OPTIONS_SSL_CA=
# DB_DIALECT_OPTIONS_SSL_KEY=