PROD mode and backend/.env.example update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user