Commit 01d694aabae539769ac75dd8903b351acb8b811b
1 parent
ee2124b7
Exists in
master
and in
4 other branches
whitespaces in gitlab.yml.example
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
config/gitlab.yml.example
1 | -# # # # # # # # # # # # # # # # # # | 1 | +# # # # # # # # # # # # # # # # # # |
2 | # GitLab application config file # | 2 | # GitLab application config file # |
3 | # # # # # # # # # # # # # # # # # # | 3 | # # # # # # # # # # # # # # # # # # |
4 | # | 4 | # |
@@ -37,7 +37,7 @@ production: &base | @@ -37,7 +37,7 @@ production: &base | ||
37 | # default_can_create_group: false # default: true | 37 | # default_can_create_group: false # default: true |
38 | # default_can_create_team: false # default: true | 38 | # default_can_create_team: false # default: true |
39 | # username_changing_enabled: false # default: true - User can change her username/namespace | 39 | # username_changing_enabled: false # default: true - User can change her username/namespace |
40 | - | 40 | + |
41 | ## Users management | 41 | ## Users management |
42 | # signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled. | 42 | # signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled. |
43 | 43 | ||
@@ -168,12 +168,12 @@ production: &base | @@ -168,12 +168,12 @@ production: &base | ||
168 | # 4. Extra customization | 168 | # 4. Extra customization |
169 | # ========================== | 169 | # ========================== |
170 | 170 | ||
171 | - extra: | 171 | + extra: |
172 | ## Google analytics. Uncomment if you want it | 172 | ## Google analytics. Uncomment if you want it |
173 | # google_analytics_id: '_your_tracking_id' | 173 | # google_analytics_id: '_your_tracking_id' |
174 | 174 | ||
175 | ## Text under sign-in page (Markdown enabled) | 175 | ## Text under sign-in page (Markdown enabled) |
176 | - # sign_in_text: | | 176 | + # sign_in_text: | |
177 | #  | 177 | #  |
178 | # [Learn more about CompanyName](http://www.companydomain.com/) | 178 | # [Learn more about CompanyName](http://www.companydomain.com/) |
179 | 179 |