Browse Source
Remove unnecessary quotes in database.yml
tags/v1.0.0
Benjamin Neff
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
diaspora/files/database.yml
|
|
@@ -45,7 +45,7 @@ production: |
|
|
|
database: {{ database.database }} |
|
|
|
test: |
|
|
|
<<: *combined |
|
|
|
database: "diaspora_test" |
|
|
|
database: diaspora_test |
|
|
|
integration1: |
|
|
|
<<: *combined |
|
|
|
database: diaspora_integration1 |