All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
ENV=prod
|
|
|
|
DEBUG=false
|
|
|
|
# 日志配置
|
|
LOG_LEVEL=INFO
|
|
LOG_TYPE=file
|
|
LOG_FILE_PATH=logs
|
|
|
|
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASS=123456
|
|
DB_NAME=mydb |