Files
meme/.env.prod
konjacpotato 32d15e8c92
All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
import project
2025-11-20 21:41:13 +08:00

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