Remove useless comments and remove duplicate section in the example configs

This commit is contained in:
Greg Karékinian
2018-05-09 15:21:51 +02:00
parent a92286703d
commit d0a28c7111
2 changed files with 0 additions and 9 deletions

View File

@@ -1,9 +1,7 @@
development: &defaults
maintenance: false
# uncomment this section
swift: &swift_defaults
host: "https://swift.example.com"
# Redis is needed for the swift backend
redis:
host: localhost
port: 6379
@@ -12,9 +10,6 @@ test:
<<: *defaults
swift:
host: "https://swift.example.com"
redis:
host: localhost
port: 6379
staging:
<<: *defaults