fix: Corriger le chemin SERVER_DIR pour le déploiement distant et ajouter configuration systemd
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
NODE_ENV=production
|
||||
PORT=4001
|
||||
SESSION_SECRET=your-very-secret-session-key-change-in-production
|
||||
SERVER_DIR=/home/innotex/Documents/Projet/Serveur NationsGlory/NationsGlory_ServeurBuild_Red
|
||||
# LOCAL: /home/innotex/Documents/Projet/Serveur NationsGlory/NationsGlory_ServeurBuild_Red
|
||||
# REMOTE: /home/innotex/NationsGloryRED/NationsGlory_ServeurBuild_Red
|
||||
SERVER_DIR=/home/innotex/NationsGloryRED/NationsGlory_ServeurBuild_Red
|
||||
RCON_HOST=localhost
|
||||
RCON_PORT=25575
|
||||
|
||||
Reference in New Issue
Block a user