Browse Source

Remove unnecessary quotes in database.yml

master
Benjamin Neff 6 years ago
parent
commit
04850c6e90
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      diaspora/files/database.yml

+ 1
- 1
diaspora/files/database.yml View File

database: {{ database.database }} database: {{ database.database }}
test: test:
<<: *combined <<: *combined
database: "diaspora_test"
database: diaspora_test
integration1: integration1:
<<: *combined <<: *combined
database: diaspora_integration1 database: diaspora_integration1

Loading…
Cancel
Save