Skip to content

Commit eb5dc97

Browse files
author
wayne-th
committed
added .env.example
1 parent d4c9687 commit eb5dc97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Server config
2+
NODE_ENV=development
3+
PORT=3123
4+
API=api
5+
VERSION=v1
6+
7+
# DB Config
8+
DB_URL=mongodb://localhost/backend-mongodb
9+
10+
# JWT config
11+
JWT_SECRET=MY_JWT_SECRET
12+
EXPIRESIN=2h

0 commit comments

Comments
 (0)