Setup OpenID

This commit is contained in:
Luke Murphy
2020-03-23 13:09:41 +01:00
parent 72cbc3e003
commit 9eb4dc635a
2 changed files with 6 additions and 0 deletions

View File

@ -101,3 +101,5 @@
SECRET_KEY: "{{ secret_key}}"
USER_GID: "{{ gitea_user_guid }}"
USER_UID: "{{ gitea_user_uid }}"
ENABLE_OPENID_SIGNIN: "true"
ENABLE_OPENID_SIGNUP: "false"