Remove useless comments and remove duplicate section in the example configs
This commit is contained in:
@@ -6,7 +6,6 @@ development: &defaults
|
||||
access_key_id: ""
|
||||
secret_key_id: ""
|
||||
bucket: "test-bucket"
|
||||
# Redis is needed for the swift backend
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
@@ -19,9 +18,6 @@ test:
|
||||
access_key_id: ""
|
||||
secret_key_id: ""
|
||||
bucket: "test-bucket"
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
|
||||
staging:
|
||||
<<: *defaults
|
||||
|
||||
Reference in New Issue
Block a user