You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
445 B
20 lines
445 B
APP_NAME=A股智投后端服务
|
|
APP_ENV=development
|
|
APP_DEBUG=true
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=8000
|
|
|
|
CORS_ORIGINS=["http://localhost:5173","http://localhost:3000","http://127.0.0.1:5173"]
|
|
|
|
REDIS_URL=redis://localhost:6379/0
|
|
CACHE_TTL=60
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
EASTMONEY_API=https://push2.eastmoney.com
|
|
THS_API=https://q.10jqka.com.cn
|
|
XUEQIU_API=https://stock.xueqiu.com
|
|
TENCENT_API=https://web.sqt.gtimg.cn
|
|
|
|
WS_HEARTBEAT_INTERVAL=30
|
|
WS_RECONNECT_DELAY=5 |