Files
HytaleMMORPG/Webapp/.env.example
T
gpatruno 48a1b900c7
Build / build (push) Has been cancelled
webapp
2026-06-06 21:59:51 +02:00

6 lines
211 B
Bash

PORT=3000
# Chemin vers la base SQLite du plugin MMORPG (relatif à Webapp/ ou absolu)
DB_PATH=../mmorpg.db
# Secret pour les sessions de connexion (changez en production)
SESSION_SECRET=change-me-in-production