From 4a2fb4dc7961b6738ae2a638a94b7ba60e20051e Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Wed, 5 Feb 2020 00:21:30 +0800 Subject: [PATCH] update configuration.ini --- configuration.default.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.default.ini b/configuration.default.ini index 568d470..909a31d 100644 --- a/configuration.default.ini +++ b/configuration.default.ini @@ -39,6 +39,11 @@ is_web_proxified = True listening_addr = 127.0.0.1 listening_port = 8181 +# Set this option to True to enable password protection for the web interface +require_auth = False +user = +password = + [command] #This it the char (only on letter) the bot will recognize as a command command_symbol = !