Re-enable sign up
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-05-05 09:16:20 +02:00
parent 524c3fc5fd
commit 8e1c8c87fb

View File

@ -33,7 +33,7 @@ env:
DOMAIN: "{{ vars.domain }}"
ENABLE_NOTIFY_MAIL: "true"
ENABLE_OPENID_SIGNIN: "true"
ENABLE_OPENID_SIGNUP: "false"
ENABLE_OPENID_SIGNUP: "true"
GITEA_THEME: "arc-green"
HTTP_PORT: "{{ vars.port }}"
INSTALL_LOCK: "true"