Files
ChessHub/backend/.env.example
T
Moon Patel e87629f736 stockfish chess engine added
the engine is compatible wiht linux systems. If you are running on
windows add windows engine.
2023-10-13 03:04:58 +05:30

15 lines
369 B
Bash

# 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
# 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=./engine/stockfish16.exe