summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfmenning902016-12-30 21:19:43 +0100
committerfmenning902016-12-30 21:19:43 +0100
commit2ecb564e9f96521f83c86343b611a49eb05d40c8 (patch)
treeddf0151bba271255d28ecaf3dbdcda4acc45bf78
parentb783e0ca691b02a0b33cef1bbb582a10141f5d6e (diff)
downloadaur-2ecb564e9f96521f83c86343b611a49eb05d40c8.tar.gz
update app.ini
-rw-r--r--app.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/app.ini b/app.ini
index d344694098cd..3e15840c358f 100644
--- a/app.ini
+++ b/app.ini
@@ -171,6 +171,8 @@ COOKIE_USERNAME = gitea_awesome
COOKIE_REMEMBER_NAME = gitea_incredible
; Reverse proxy authentication header name of user name
REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
+; Sets the minimum password length for new Users
+MIN_PASSWORD_LENGTH = 6
[service]
ACTIVE_CODE_LIVE_MINUTES = 180
@@ -227,6 +229,10 @@ USER =
PASSWD =
; Use text/html as alternative format of content
ENABLE_HTML_ALTERNATIVE = false
+; Enable sendmail (override SMTP)
+USE_SENDMAIL = false
+; Specifiy an alternative sendmail binary
+SENDMAIL_PATH = sendmail
[cache]
; Either "memory", "redis", or "memcache", default is "memory"