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.
|
|
|
|
|
# 服务器配置
|
|
|
|
|
|
PORT=8080
|
|
|
|
|
|
API_KEY=demo-api-key-2024
|
|
|
|
|
|
|
|
|
|
|
|
# 数据库配置(Docker 中使用)
|
|
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres123@localhost:5432/marketdata
|
|
|
|
|
|
|
|
|
|
|
|
# Redis 配置
|
|
|
|
|
|
REDIS_URL=redis://localhost:6379/0
|
|
|
|
|
|
|
|
|
|
|
|
# 日志级别
|
|
|
|
|
|
LOG_LEVEL=INFO
|