15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
# 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 |