14 lines
529 B
Plaintext
14 lines
529 B
Plaintext
|
|
DATABASE_URL=postgresql+asyncpg://track:track_prod_2026@localhost:5433/track_production
|
|||
|
|
SECRET_KEY=change-me-to-a-random-secret-key-in-production
|
|||
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
|||
|
|
DEBUG=true
|
|||
|
|
CORS_ORIGINS='["http://localhost:1420", "tauri://localhost"]'
|
|||
|
|
|
|||
|
|
# 日志:LOG_JSON=true 输出单行 JSON(便于采集),本地调试可设 false 换可读格式
|
|||
|
|
LOG_LEVEL=INFO
|
|||
|
|
LOG_JSON=true
|
|||
|
|
|
|||
|
|
# 错误追踪(可选):填了 DSN 且已安装 sentry-sdk 才会启用,否则自动跳过
|
|||
|
|
# SENTRY_DSN=
|
|||
|
|
# SENTRY_TRACES_SAMPLE_RATE=0.1
|