summary refs log tree commit diff homepage
path: root/config.json
blob: 48778d3502b12fcab368d708169009ed4f63d204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "PORT": 8000,
    "DISCORD_EMAIL": "example@example.com",
    "DISCORD_PASSWORD": "password123",
    "DISCORD_CHANNEL": "general",
    "MINECRAFT_SERVER_RCON_IP": "example.com",
    "MINECRAFT_SERVER_RCON_PORT": 25575,
    "MINECRAFT_SERVER_RCON_PASSWORD": "password",
    "WEBHOOK": "/minecraft/hook",
    "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)",
    "REGEX_IGNORED_CHAT": "packets too frequently",
    "DEBUG": false
}