Skip to content

Commit 1a41c9b

Browse files
committed
feat: adding example env vars
1 parent ad7d335 commit 1a41c9b

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

.env.example

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
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

0 commit comments

Comments
 (0)