Skip to content

Commit 8a0010b

Browse files
committed
adding .env
1 parent 76ddd09 commit 8a0010b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.env

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
JWT_SECRET=qfPFRkqM4ZF92h9NeZtqAArQ
2+
3+
FACEBOOK_CLIENT_ID={your facebook client id}
4+
FACEBOOK_SECRET={your facebook secret}
5+
6+
GOOGLE_CLIENT_ID={your google client id}
7+
GOOGLE_SECRET={your google secret}
8+
9+
DB_NAME=seed
10+
DB_USERNAME=seed
11+
DB_PASSWORD=password
12+
13+
AWS_REGION={your region}
14+
AWS_ACCESS_KEY_ID={your access key}
15+
AWS_SECRET_ACCESS_KEY={your secret key}
16+
17+
LOG_LEVEL=debug
18+
19+
NODE_ENV=development
20+
21+
S3_PROFILE_PIC_URL= {your s3 profile pic url e.g., https://s3.amazonaws.com/yourapp/profileImages}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ dist/
99
assets/
1010
.DS_Store
1111
npm-debug.log
12-
.env
13-
.env.*
1412
tests/sqlite.db
1513
*.log
1614
*.iml

0 commit comments

Comments
 (0)