diff options
author | Oliver Poignant <oliver@poignant.se> | 2017-01-07 12:24:10 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2017-01-07 12:24:10 +0100 |
commit | ef4b78f5ac47b9c51f4afdcc386f15873932aaec (patch) | |
tree | 808842a2c19231a303e29660f55bbdb46d0df6f8 /gitautodeploy/cli/config.py | |
parent | 6dfc5094495bda3c513ca461da863a25ce04907d (diff) | |
download | Git-Auto-Deploy-ef4b78f5ac47b9c51f4afdcc386f15873932aaec.zip Git-Auto-Deploy-ef4b78f5ac47b9c51f4afdcc386f15873932aaec.tar.gz Git-Auto-Deploy-ef4b78f5ac47b9c51f4afdcc386f15873932aaec.tar.bz2 |
Auth key for web socket server access
Diffstat (limited to 'gitautodeploy/cli/config.py')
-rw-r--r-- | gitautodeploy/cli/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitautodeploy/cli/config.py b/gitautodeploy/cli/config.py index 4199c11..2d2e301 100644 --- a/gitautodeploy/cli/config.py +++ b/gitautodeploy/cli/config.py @@ -43,6 +43,7 @@ def get_config_defaults(): config['web-ui-password'] = None config['web-ui-whitelist'] = ['127.0.0.1'] config['web-ui-require-https'] = True + config['web-ui-auth-enabled'] = True # Record all log levels by default config['log-level'] = 'NOTSET' |