Skip to content

Commit

Permalink
add env example
Browse files Browse the repository at this point in the history
  • Loading branch information
lowewenzel committed Nov 26, 2018
1 parent 8bc4aa6 commit c8b8e37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NODE_ENV=development
PORT=4040
JWT_SECRET=EXAMPLE
COOKIE_SECRET=EXAMPLE
SESSION_SECRET=EXAMPLE
MONGO_HOST=mongodb://localhost:27017/bet
MONGO_PORT=27017

0 comments on commit c8b8e37

Please sign in to comment.