16 lines
602 B
Plaintext
16 lines
602 B
Plaintext
# Configuration des repositories Git
|
|
# Modifiez ces URLs selon votre configuration
|
|
|
|
# URL du repository du serveur Minecraft
|
|
# Exemples :
|
|
# - Git local: git@192.168.1.195:/path/to/NationsGlory_ServeurBuild_Red.git
|
|
# - GitHub: https://github.com/user/NationsGlory_ServeurBuild_Red.git
|
|
# - GitLab: https://gitlab.com/user/NationsGlory_ServeurBuild_Red.git
|
|
MC_SERVER_REPO="git@192.168.1.195:/path/to/NationsGlory_ServeurBuild_Red.git"
|
|
|
|
# URL du repository de l'application web
|
|
WEB_ADMIN_REPO="git@192.168.1.195:/path/to/WebNationsGlory_ServeurBuild_Red.git"
|
|
|
|
# Branche par défaut
|
|
DEFAULT_BRANCH="master"
|