calc/.env.example

15 lines
348 B
Plaintext
Raw Permalink Normal View History

2025-03-26 12:48:43 +08:00
# AWS 凭证
AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
AWS_DEFAULT_REGION=ap-northeast-1
# 数据库配置
DATABASE_URL=postgresql://postgres:postgres@db:5432/calc
REDIS_URL=redis://redis:6379/0
# 应用配置
ENVIRONMENT=production
CORS_ORIGINS=http://localhost,http://localhost:80
# 域名配置
DOMAIN=localhost