add example env

This commit is contained in:
Evan
2025-03-06 20:52:40 -08:00
parent 56e84c3679
commit b97fc9e81f
+14
View File
@@ -0,0 +1,14 @@
# AWS Configuration
AWS_REGION=region-name
AWS_ACCOUNT_ID=your-account-id
# ECR (Elastic Container Registry)
ECR_REPO_NAME=your-repo-name
# EC2 Deployment Hosts
EC2_HOST_STAGING=ec2-user@your-staging-ip
EC2_HOST_PROD=ec2-user@your-production-ip
EC2_KEY=~/.ssh/your-key-file.pem
# Application Secrets
ADMIN_TOKEN=your-admin-token