diff options
Diffstat (limited to 'docker/etc/templates/app.ini')
-rw-r--r-- | docker/etc/templates/app.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/etc/templates/app.ini b/docker/etc/templates/app.ini index 2375f8f533..9e0a3dd5c8 100644 --- a/docker/etc/templates/app.ini +++ b/docker/etc/templates/app.ini @@ -38,3 +38,7 @@ ROOT_PATH = /data/gitea/log [security] INSTALL_LOCK = $INSTALL_LOCK SECRET_KEY = $SECRET_KEY + +[service] +DISABLE_REGISTRATION = $DISABLE_REGISTRATION +REQUIRE_SIGNIN_VIEW = $REQUIRE_SIGNIN_VIEW |