login
This commit is contained in:
parent
246894d04b
commit
982836a0ba
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@ gitea_password_check_pwn: false
|
|||
gitea_internal_token: "{{ lookup('keepass', 'gitea_internal_token', 'password') }}"
|
||||
gitea_secret_key: "{{ lookup('keepass', 'gitea_secret_key', 'password') }}"
|
||||
# service
|
||||
gitea_disable_registration: true
|
||||
gitea_disable_registration: false # true
|
||||
gitea_register_email_confirm: true
|
||||
gitea_require_signin: false
|
||||
gitea_default_keep_mail_private: true
|
||||
gitea_enable_captcha: false
|
||||
gitea_show_registration_button: false
|
||||
gitea_show_registration_button: true # false
|
||||
gitea_enable_notify_mail: true
|
||||
gitea_default_user_visibility: "limited"
|
||||
gitea_default_org_visibility: "limited"
|
||||
|
|
Loading…
Reference in a new issue