Remove unnecessary quotes in database.yml.examle
[ci skip] closes #7711
This commit is contained in:
parent
7abb0518e9
commit
35535d5bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ production:
|
||||||
database: diaspora_production
|
database: diaspora_production
|
||||||
test:
|
test:
|
||||||
<<: *combined
|
<<: *combined
|
||||||
database: "diaspora_test"
|
database: diaspora_test
|
||||||
integration1:
|
integration1:
|
||||||
<<: *combined
|
<<: *combined
|
||||||
database: diaspora_integration1
|
database: diaspora_integration1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue