- Inclut libraries/*.jar dans Git (21 MB) - Ajoute Scala 2.10.2 (library + compiler) - Ajoute launchwrapper, asm-all, jopt-simple, lzma - Corrige .gitignore pour versionner libraries - Corrige configuration RCON dans conteneur - Met à jour .env.example avec avertissement sécurité Résout: ClassNotFoundException au démarrage
18 lines
370 B
Plaintext
18 lines
370 B
Plaintext
# Configuration Docker NationsGlory
|
|
# Copier ce fichier vers .env et ajuster les valeurs
|
|
|
|
# Mot de passe RCON
|
|
# ⚠️ IMPORTANT: Définir un mot de passe sécurisé
|
|
# Après modification, redémarrer: docker-compose restart
|
|
RCON_PASSWORD=ChangerCeMotDePasse
|
|
|
|
# Port Minecraft
|
|
SERVER_PORT=25565
|
|
|
|
# Port RCON
|
|
RCON_PORT=25575
|
|
|
|
# Mémoire allouée
|
|
MEMORY=2G
|
|
INIT_MEMORY=1G
|