baoxiang/backend/.env
2025-12-18 13:28:29 +08:00

18 lines
378 B
Bash
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.

# 这是一个示例.env文件用于说明环境变量的格式
# 在生产环境中,请使用环境变量而不是这个文件
# 数据库配置
DB_DATABASE_URL=mysql+pymysql://root:taiyi1224@199.68.217.236:3306/baoxiang
DB_POOL_SIZE=20
# 安全配置
SECRET_KEY=qwer123
# Redis配置
REDIS_HOST=199.68.217.236
REDIS_PORT=6379
# 服务器配置
HOST=0.0.0.0
PORT=8000