23 lines
557 B
Plaintext
23 lines
557 B
Plaintext
# Configuration Discord
|
|
DISCORD_TOKEN=votre_token_discord
|
|
GUILD_ID=votre_guild_id
|
|
BRIDGE_CHANNEL_ID=1467491354924814411
|
|
|
|
# Configuration Pterodactyl
|
|
PTERODACTYL_API_URL=https://votre-panel.com
|
|
PTERODACTYL_API_TOKEN=votre_token_pterodactyl
|
|
PTERODACTYL_SERVER_ID=votre_server_id
|
|
|
|
# Configuration Palworld
|
|
PALWORLD_API_TOKEN=votre_token_palworld_api
|
|
|
|
# Configuration Base de données
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=votre_utilisateur
|
|
DB_PASSWORD=votre_mot_de_passe
|
|
DB_NAME=nom_de_la_base
|
|
|
|
# Configuration DeepL (optionnel)
|
|
DEEPL_TOKEN=votre_token_deepl
|