topfans/backend/deploy/envs/common.env
2026-04-07 22:29:48 +08:00

16 lines
446 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ==================== 公共配置 ====================
# 所有服务共享的配置项,部署时按实际环境修改
# 运行环境: development, production
ENV=production
# 日志级别: debug, info, warn, error
LOG_LEVEL=info
# ==================== Database ====================
# PostgreSQL 连接配置多机部署时改为数据库服务器IP
DB_HOST=localhost
DB_PORT=5432
DB_USER=haihuizhu
DB_PASSWORD=admin
DB_NAME=top-fans