diff options
| author | kilmanio <f.vastenhout@live.nl> | 2020-10-17 19:43:20 +0200 |
|---|---|---|
| committer | kilmanio <f.vastenhout@live.nl> | 2020-10-17 21:15:16 +0200 |
| commit | 48ccd0e7d7a63b7acc05ae9c9306869bf547a720 (patch) | |
| tree | fc0198ee270a96350f64a8c42c42ff86beee6036 /config.toml.example | |
| parent | 6dc5d6e808ad21208e69df1b46704ade76f027f7 (diff) | |
| download | pokebot-48ccd0e7d7a63b7acc05ae9c9306869bf547a720.tar.gz pokebot-48ccd0e7d7a63b7acc05ae9c9306869bf547a720.zip | |
Added an option to the config file to disable the web server
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 1 |
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" |
