Remove useless comments and remove duplicate section in the example configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user