Skip to content

Commit

Permalink
docs: added sample env variables for client and server (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: Dunsin <78784850+Dun-sin@users.noreply.github.com>
  • Loading branch information
ChinoUkaegbu and Dun-sin authored Aug 12, 2024
1 parent 5f2c676 commit 140e846
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/.env_sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
VITE_IMPORTANT=test-d4a1c830-a65f-4c43-a871-abafcc31066d
VITE_SOCKET_URL="http://localhost:4000"
VITE_SECRET_KEY=whisper123

5 changes: 4 additions & 1 deletion server/.env_sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
THIS IS JUST A FILE TO HELP YOU KNOW WHAT IS NEEDED IN THE .env FILE.
YOU HAVE TO CREATE ANOTHER FILE AND NAME IT .env

MongoDB_URL=mongodb://username:password@localhost:27018/
MongoDB_URL=mongodb://username:password@localhost:27018/
MAILTRAP_TOKEN=<mailtraptoken>
MAILTRAP_EMAIL=mailtrap@demomailtrap.com

0 comments on commit 140e846

Please sign in to comment.