Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3fbf700fbe96
Commit
49e73f8a
authored
Dec 24, 2012
by
Dmitriy Zaporozhets
Browse files
Fixed syntax error in config -> settings
parent
cb7f1c04fedd
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/initializers/1_settings.rb
View file @
3fbf700f
...
...
@@ -74,4 +74,4 @@ def build_gitlab_url
Settings
[
'git'
]
||=
Settingslogic
.
new
({})
Settings
.
git
[
'max_size'
]
||=
5242880
# 5.megabytes
Settings
.
git
[
'bin_path'
]
||=
'/usr/bin/git'
Settings
.
git
[
'timeout'
]
||=
Settings
.
git_timeout
:
10
Settings
.
git
[
'timeout'
]
||=
10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment