-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.json
More file actions
23 lines (22 loc) · 859 Bytes
/
Copy pathconfig.example.json
File metadata and controls
23 lines (22 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"prefix": "%",
"token": "DISCORD_BOT_TOKEN_HERE",
"owner": "YOUR_DISCORD_USER_ID_HERE",
"client_id": "DISCORD_BOT_CLIENT/USER_ID_HERE",
"test_guild_id": "DISCORD_SERVER_ID_HERE",
"pterodactyl": {
"company": "Pterodactyl",
"domain": "https://YOUR_PTERODACTYL_PANEL_URL_HERE",
"apiKey": "APPLICATION_APIKEY_HERE_IF_AVAILABLE",
"API_ENCRYPTION_KEY": "ChangeThisToASecureRandomString",
"MANAGER_EMBED_UPDATE_INTERVAL": 5,
"SERVER_MANAGER_TIMEOUT": 300,
"SERVER_STATUS_UPDATE_INTERVAL": 30,
"ENABLE_SERVER_STATUS_CONSOLE_LOGS": false,
"NODE_STATUS_UPDATE_INTERVAL": 300,
"EMBED_FOOTER_ICON_URL": "https://p7.hiclipart.com/preview/978/71/779/pterodactyls-pteranodon-minecraft-pterosaurs-computer-servers-minecraft.jpg",
"EMBED_FOOTER_TEXT": "Powered by Pterodactyl",
"ERROR_LOGGING_ENABLED": false,
"LOG_HTTP_WARNINGS": true
}
}