aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml.example
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-10-17 19:55:58 +0000
committerGitHub <noreply@github.com>2020-10-17 19:55:58 +0000
commit67c11897f164ff825a499f8c1296bb5c90658f06 (patch)
treefc0198ee270a96350f64a8c42c42ff86beee6036 /config.toml.example
parent6dc5d6e808ad21208e69df1b46704ade76f027f7 (diff)
parent48ccd0e7d7a63b7acc05ae9c9306869bf547a720 (diff)
downloadpokebot-master.tar.gz
pokebot-master.zip
Merge pull request #75 from kilmanio/webserver_configHEADmaster
Added an option to the config file to disable the web server
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index da39200..9f69d86 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -10,6 +10,7 @@ address = "localhost"
channel = "Lobby"
# Web server settings
+webserver_enable = true
domain = "localhost"
bind_address = "127.0.0.1:45538"