PROD mode and backend/.env.example update

This commit is contained in:
Moon Patel
2024-05-13 21:41:20 +05:30
parent 514e7b5fd1
commit 75e4aa3e08
2 changed files with 20 additions and 1 deletions
+5 -1
View File
@@ -15,4 +15,8 @@ PORT=8080
CHESS_ENGINE_PATH=./engine/stockfish16.exe
# hostname
HOSTNAME=http://localhost:8080
HOSTNAME=http://localhost:8080
# can be PROD or DEV
# DEV - development mode
# PROD - same as DEV but serves frontend statics files from ../frontend/dist using the / endpoint
MODE=DEV