File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change 1- # AWS settings
2- AWS_REGION = us-east-2
1+ # .env.example
2+ NODE_ENV = development
3+ AWS_REGION = us-east-1
34
4- # Database settings (MySQL)
5- SSM_DB_NAME = example
6- SSM_DB_USERNAME = example
7- SSM_DB_PASSWORD = example
8- SSM_DB_HOST = example
9- SSM_DB_PORT = example
10- SSM_DB_TYPE = example
5+ SSM_DB_NAME = /your/db/name
6+ SSM_DB_USERNAME = /your/db/username
7+ SSM_DB_PASSWORD = /your/db/password
8+ SSM_DB_HOST = /your/db/host
9+ SSM_DB_PORT = /your/db/port
10+ SSM_DB_TYPE = /your/db/type
1111
12- S3_BUCKET_LOGS = example
13- S3_BUCKET_BILL = example
14-
15- SSM_KMS_KEY_ID = example
12+ S3_BUCKET_LOGS = /your/bucket/logs
13+ S3_BUCKET_BILL = /your/bucket/bills
14+ SSM_KMS_KEY_ID = /your/kms/key_id
1615SSM_KMS_COGNITO_CLIENT_SECRET = /congnito/client/secret
1716
18- # SSM Parameters for Cognito
19- SSM_COGNITO_USER_POOL_ID = example
20- SSM_COGNITO_CLIENT_ID = example
21-
17+ SSM_COGNITO_USER_POOL_ID = /your/cognito/user_pool_id
18+ SSM_COGNITO_CLIENT_ID = /your/cognito/client_id
2219
23- # SSM Parameter for Redis (ElastiCache)
24- SSM_REDIS_ENDPOINT = example
20+ SSM_REDIS_ENDPOINT = /your/redis/endpoint
21+ SSM_REDIS_ENDPOINT_LOCAL = /your/redis/local/endpoint
2522
26- SSM_REDIS_ENDPOINT_LOCAL = example
23+ APP_ENV = dev
24+ PORT = 8000
You can’t perform that action at this time.
0 commit comments