diff options
Diffstat (limited to '')
-rw-r--r-- | config.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..48778d3 --- /dev/null +++ b/config.json @@ -0,0 +1,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 +} \ No newline at end of file |