stock-monitor/.env.example
2025-11-19 13:46:32 +08:00

18 lines
348 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.

# Tushare API配置
TUSHARE_TOKEN=your_tushare_token_here
# 数据库配置如果使用PostgreSQL
DB_HOST=postgres
DB_PORT=5432
DB_NAME=stock_monitor
DB_USER=stock_user
DB_PASSWORD=stock_password
# Redis配置如果使用Redis
REDIS_HOST=redis
REDIS_PORT=6379
# 应用配置
DEBUG=false
LOG_LEVEL=info
SECRET_KEY=your_secret_key_here