Files
ylt_diy/.env.prod

20 lines
412 B
Plaintext
Raw Permalink 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.

# ========================================
# 订单日报系统 - 正式环境配置
# ========================================
# 服务监听地址
DEPLOY_RUN_HOST=0.0.0.0
# 服务监听端口
DEPLOY_RUN_PORT=5002
# 数据库配置(正式环境)
DB_HOST=192.168.10.250
DB_PORT=9030
DB_USER=root
DB_PASSWORD=DsideaL147258369
DB_NAME=yltcharge
# 日志级别DEBUG/INFO/WARNING/ERROR
LOG_LEVEL=INFO