Commit 040b3be5b1e1a0212c4c0073dfb252c26adbfc7d
1 parent
2a8aa742
Exists in
spb-stable
and in
2 other branches
Give a hint where to find the email settings.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/gitlab.yml.example
| @@ -38,6 +38,8 @@ production: &base | @@ -38,6 +38,8 @@ production: &base | ||
| 38 | # Email address of your support contact (default: same as email_from) | 38 | # Email address of your support contact (default: same as email_from) |
| 39 | support_email: support@example.com | 39 | support_email: support@example.com |
| 40 | 40 | ||
| 41 | + # Email server smtp settings are in [a separate file](initializers/smtp_settings.rb.sample). | ||
| 42 | + | ||
| 41 | ## User settings | 43 | ## User settings |
| 42 | default_projects_limit: 10 | 44 | default_projects_limit: 10 |
| 43 | # default_can_create_group: false # default: true | 45 | # default_can_create_group: false # default: true |