Skip to content

Commit 4e7b246

Browse files
author
Justin Headley
committed
fix: env files
1 parent 5d5d187 commit 4e7b246

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.env-docker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ JWT_SECRET=secret
22
SOCIAL_PASSWORD=secret
33
SMTP_PASSWORD=secret
44
MONGODB_URI=mongodb://mongo:27017/appy
5+
SERVER_HOST=localhost
6+
SERVER_PORT=8080
57
CLIENT_URI=http://localhost:3000
68
FACEBOOK_ID=1234
79
FACEBOOK_SECRET=abcd
@@ -12,3 +14,4 @@ GITHUB_ID=1234
1214
GITHUB_SECRET=abcd
1315
AWS_ACCESS_KEY_ID=1234
1416
AWS_SECRET_ACCESS_KEY=abcd
17+
IPSTACK_ACCESS_KEY=4321

.env-sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ JWT_SECRET=secret
22
SOCIAL_PASSWORD=secret
33
SMTP_PASSWORD=secret
44
MONGODB_URI=mongodb://localhost:27017/appy
5+
SERVER_HOST=localhost
6+
SERVER_PORT=8080
57
CLIENT_URI=http://localhost:3000
68
FACEBOOK_ID=1234
79
FACEBOOK_SECRET=abcd

0 commit comments

Comments
 (0)