diff --git a/.env-example b/.env-example new file mode 100644 index 0000000..47f8634 --- /dev/null +++ b/.env-example @@ -0,0 +1,3 @@ +PORT = 4000 +MONGODB_URL = mongodb://localhost:27017/training_platform_db +JWT_SECRET = edfrtrglq \ No newline at end of file