Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFla <flaburgan@geexxx.fr>2018-02-03 18:28:39 +0300
committerDennis Schubert <mail@dennis-schubert.de>2018-02-03 18:42:51 +0300
commit35535d5bfb1c527d1986c31784ab6bc4a49fcf35 (patch)
treecc5429e931cd126440ab07bfe61a7c9fdba4d0eb
parent7abb0518e9e05093e8b5cc45bc705a0d6d58cb52 (diff)
Remove unnecessary quotes in database.yml.examle
[ci skip] closes #7711
-rw-r--r--config/database.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index 20f0ff43a..8424342b6 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -43,7 +43,7 @@ production:
database: diaspora_production
test:
<<: *combined
- database: "diaspora_test"
+ database: diaspora_test
integration1:
<<: *combined
database: diaspora_integration1