Turn off password requirements

This commit is contained in:
Salt 2020-05-01 14:59:10 -05:00
parent 47697494be
commit 770a6a1258

View File

@ -35,9 +35,10 @@ ENABLE_FEDERATED_AVATAR = false
ROOT = {{ gitea_root_directory }}
[security]
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
INSTALL_LOCK = true
SECRET_KEY = {{ gitea_secret_key.stdout }}
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
INSTALL_LOCK = true
PASSWORD_COMPLEXITY = off
SECRET_KEY = {{ gitea_secret_key.stdout }}
[server]
SSH_DOMAIN = {{ gitea_url }}