This commit is contained in:
Michael Grote 2024-04-03 11:35:41 +02:00
parent a955588326
commit 275c1c4599

View file

@ -97,9 +97,11 @@ gitea_default_keep_mail_private: true
gitea_enable_captcha: false gitea_enable_captcha: false
gitea_show_registration_button: false gitea_show_registration_button: false
gitea_enable_notify_mail: true gitea_enable_notify_mail: true
gitea_default_user_visibility: "limited" gitea_default_user_visibility: "public"
gitea_default_org_visibility: "limited" gitea_default_org_visibility: "public"
gitea_show_milestones_dashboard_page: false gitea_show_milestones_dashboard_page: false
gitea_default_allow_create_organization: true
gitea_default_org_visibility: "public"
# Mailer # Mailer
gitea_mailer_enabled: true gitea_mailer_enabled: true
gitea_mailer_protocol: smtp gitea_mailer_protocol: smtp