Files
X25020501_card_book/.env.example
2025-04-03 17:21:29 +08:00

30 lines
622 B
Plaintext

# 应用配置
ALLOWED_ORIGINS = http://127.0.0.1:3000,http://localhost:3000
# 身份认证
ACCESS_SECRET_KEY = a2f718e8313bf8efcb45ef7364d040c45800f34d10f65776eef0f6584677ecd0
# 数据库配置
DB_USER = card_book
DB_PASSWORD = DFCPjk4rdkca6SPE
DB_HOST = 192.168.3.4
DB_NAME = card_book
# redis配置
REDIS_PASSWORD = xingc
REDIS_HOST = 192.168.3.4
REDIS_PORT = 6379
REDIS_DB = 0
# 文件上传配置
ASSETS_BASE_URL = http://127.0.0.1:8001
# 代理
OVERSEAS_PROXY = http://127.0.0.1:7890
# 微信
APPID = wx3d30771f3987cc92
APP_SECRET = 8e57b1b5344d1dbd058cd45f3b2c4d3c
PAY_MCH_ID =
PAY_API_KEY =
PAY_NOTIFY_URL =