f
This commit is contained in:
parent
a955588326
commit
275c1c4599
1 changed files with 4 additions and 2 deletions
|
@ -97,9 +97,11 @@ gitea_default_keep_mail_private: true
|
|||
gitea_enable_captcha: false
|
||||
gitea_show_registration_button: false
|
||||
gitea_enable_notify_mail: true
|
||||
gitea_default_user_visibility: "limited"
|
||||
gitea_default_org_visibility: "limited"
|
||||
gitea_default_user_visibility: "public"
|
||||
gitea_default_org_visibility: "public"
|
||||
gitea_show_milestones_dashboard_page: false
|
||||
gitea_default_allow_create_organization: true
|
||||
gitea_default_org_visibility: "public"
|
||||
# Mailer
|
||||
gitea_mailer_enabled: true
|
||||
gitea_mailer_protocol: smtp
|
||||
|
|
Loading…
Reference in a new issue