From 7774f303861b8eb40afb54fb0c33fa8d74cb0f9a Mon Sep 17 00:00:00 2001 From: Colin D'Souza Date: Mon, 11 Jan 2016 21:14:06 -0500 Subject: First commit --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.json (limited to 'config.json') 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 -- cgit 1.4.1