updated .env.example in backend

This commit is contained in:
Moon Patel
2023-10-13 00:54:20 +05:30
parent 85475946eb
commit 83a7192dea
+13 -1
View File
@@ -1,3 +1,15 @@
# use email only if you want to send emails
# email id used for sending mails
EMAIL_ID=
MAIL_SERVER_PASSWORD=
# host that are allowed in backend
CORS_ALLOWED_HOST=http://localhost:5173
EMAIL_ID=
# connection string to connect to MongoDB database. Can be local or MongoDB Atlas
CONNECTION_STRING=
PORT=8080
# path to the chess engine
CHESS_ENGINE_PATH=