Skip to content

Commit 0b9de68

Browse files
committed
Added: .env.example
1 parent 2565162 commit 0b9de68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NODE_ENV=development
2+
AWS_S3_REGION=us-east-1
3+
AWS_S3_BUCKET_NAME=<REPLACE THIS>
4+
AWS_ACCESS_KEY_ID=<REPLACE THIS>
5+
AWS_SECRET_ACCESS_KEY=<REPLACE THIS>
6+
AWS_CLOUDFRONT_DISTRIBUTION=<REPLACE THIS>

0 commit comments

Comments
 (0)