Actualiza a Redmine 3.4.13
This commit is contained in:
parent
807ff3308d
commit
ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions
8
test/fixtures/configuration/default.yml.example
vendored
Normal file
8
test/fixtures/configuration/default.yml.example
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
somesetting: foo
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
7
test/fixtures/configuration/empty.yml.example
vendored
Normal file
7
test/fixtures/configuration/empty.yml.example
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
default:
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
8
test/fixtures/configuration/no_default.yml.example
vendored
Normal file
8
test/fixtures/configuration/no_default.yml.example
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
||||
somesetting: foo
|
9
test/fixtures/configuration/overrides.yml.example
vendored
Normal file
9
test/fixtures/configuration/overrides.yml.example
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
default:
|
||||
somesetting: foo
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
||||
somesetting: bar
|
Loading…
Add table
Add a link
Reference in a new issue