Skip to content

Commit

Permalink
doc: (server) update .env.template (foyzulkarim#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aninda052 committed Sep 18, 2023
1 parent b3a95da commit 035b620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions server/.env.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
MONGODB_URL=mongodb://localhost:27017
SERVER_URL=http://localhost
JWT_SECRET=your jwt secret
1 change: 0 additions & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
- MONGODB_URL=mongodb://mongo:27017
- REDIS_SERVER=redis
- SERVER_URL=http://localhost:4000
- JWT_SECRET=1d62283052acd0313dc4349ce053e8fd99cd1c76ed92b5482b5707e1fee719d1
networks:
backend:
driver: bridge

0 comments on commit 035b620

Please sign in to comment.