crimata-infra/.env.example
Andrew Gundersen d9619350f8 Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 13:31:38 -05:00

24 lines
447 B
Shell

PORT=9000
DATABASE_URL=postgresql://localhost/crimata_infra
# AWS
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
# EC2
EC2_AMI=ami-0c7217cdde317cfec # Ubuntu 24.04 LTS us-east-1
EC2_INSTANCE_TYPE=t3.micro
EC2_SECURITY_GROUP=sg-...
EC2_SUBNET=subnet-...
EC2_IAM_PROFILE=crimata-ec2-profile
# DNS
HOSTED_ZONE_ID=Z...
BASE_DOMAIN=crimata.com
# SES
SES_FROM_EMAIL=noreply@crimata.com
# S3
S3_EXPORT_BUCKET=crimata-exports