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.
14 lines
285 B
14 lines
285 B
|
3 weeks ago
|
# Tushare API Token (必填,到 https://tushare.pro 注册获取)
|
||
|
|
TUSHARE_TOKEN=your_tushare_token_here
|
||
|
|
|
||
|
|
# 数据库配置(默认值即可)
|
||
|
|
DB_HOST=postgres
|
||
|
|
DB_PORT=5432
|
||
|
|
DB_NAME=futures_data
|
||
|
|
DB_USER=futures
|
||
|
|
DB_PASSWORD=futures123
|
||
|
|
|
||
|
|
# Redis 配置
|
||
|
|
REDIS_HOST=redis
|
||
|
|
REDIS_PORT=6379
|