Skip to content

Commit 2d9c849

Browse files
committed
feat: adding .env.example
1 parent 34c0641 commit 2d9c849

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

.env.example

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

0 commit comments

Comments
 (0)