summary refs log tree commit diff homepage
path: root/config.example.json
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2021-12-29 16:06:52 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2021-12-29 16:06:52 -0500
commit417dfa990f1b085251bee137a745b4752f3b5dab (patch)
treed71d20f51135a380bfbcda1a33889038bec87375 /config.example.json
parent3.1.0 (diff)
downloadshulker-417dfa990f1b085251bee137a745b4752f3b5dab.tar.gz
shulker-417dfa990f1b085251bee137a745b4752f3b5dab.zip
added config option for watchFile
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.example.json b/config.example.json
index 33b0ff6..c7deb0d 100644
--- a/config.example.json
+++ b/config.example.json
@@ -1,5 +1,6 @@
 {
   "PORT": 8000,
+  "DEBUG": false,
 
   "USE_WEBHOOKS": true,
   "WEBHOOK_URL": "DISCORD_WEBHOOK_URL_HERE",
@@ -16,8 +17,9 @@
   "MINECRAFT_TELLRAW_DOESNT_EXIST": false,
   "MINECRAFT_TELLRAW_DOESNT_EXIST_SAY_TEMPLATE": "<%username%> %message%",
 
-  "IS_LOCAL_FILE": false,
+  "IS_LOCAL_FILE": true,
   "LOCAL_FILE_PATH": "/usr/home/minecraft_server/logs/latest.log",
+  "FS_WATCH_FILE": false,
 
   "SHOW_INIT_MESSAGE": true,
 
@@ -30,7 +32,6 @@
   "REGEX_SERVER_PREFIX": "\\[Server thread/INFO\\]:",
   "REGEX_MATCH_CHAT_MC": "^<([^>]*)> (.*)",
   "REGEX_IGNORED_CHAT": "packets too frequently",
-  "DEBUG": false,
 
   "SERVER_NAME": "Shulker",
   "SERVER_IMAGE": "",