File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 1- # .env.test
2- DB_NAME = somevalue
3- DB_ROOT_PASSWORD = somevalue
4- DB_USER = somevalue
5- DB_PASSWORD = somevalue
6- APP_ENV = somevalue
7- REDIS_URL_TEST = somevalue
8- AWS_REGION = somevalue
9- COGNITO_CLIENT_ID_SSM_PATH = somevalue
10- COGNITO_USER_POOL_ID = somevalue
11- KMS_KEY_ID = somevalue
1+ # AWS settings
2+ AWS_REGION = us-east-2
3+
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
11+
12+ S3_BUCKET_LOGS = example
13+ S3_BUCKET_BILL = example
14+
15+ SSM_KMS_KEY_ID = example
16+ SSM_KMS_COGNITO_CLIENT_SECRET = /congnito/client/secret
17+
18+ # SSM Parameters for Cognito
19+ SSM_COGNITO_USER_POOL_ID = example
20+ SSM_COGNITO_CLIENT_ID = example
21+
22+
23+ # SSM Parameter for Redis (ElastiCache)
24+ SSM_REDIS_ENDPOINT = example
25+
26+ SSM_REDIS_ENDPOINT_LOCAL = example
You can’t perform that action at this time.
0 commit comments