Skip to content

Commit 0cff98a

Browse files
Add environment variables
1 parent a5a5355 commit 0cff98a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DYNAMOOSE
2+
DYNAMOOSE_ENDPOINT = "http://host.docker.internal:4566"
3+
DYNAMOOSE_REGION = "us-east-1"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# DEPENDENCIES
22
/node_modules/*
3+
4+
# ENVIRONMENT VARIABLES
5+
.env

0 commit comments

Comments
 (0)