Skip to content

Commit

Permalink
Merge branch 'main' into refactor/use-user-model
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Aug 12, 2024
2 parents a7dcd53 + 910582d commit ce666e4
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>
[email protected]

0 comments on commit ce666e4

Please sign in to comment.