Remove useless comments and remove duplicate section in the example configs
This commit is contained in:
parent
a92286703d
commit
d0a28c7111
@ -6,7 +6,6 @@ development: &defaults
|
|||||||
access_key_id: ""
|
access_key_id: ""
|
||||||
secret_key_id: ""
|
secret_key_id: ""
|
||||||
bucket: "test-bucket"
|
bucket: "test-bucket"
|
||||||
# Redis is needed for the swift backend
|
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6379
|
port: 6379
|
||||||
@ -19,9 +18,6 @@ test:
|
|||||||
access_key_id: ""
|
access_key_id: ""
|
||||||
secret_key_id: ""
|
secret_key_id: ""
|
||||||
bucket: "test-bucket"
|
bucket: "test-bucket"
|
||||||
redis:
|
|
||||||
host: localhost
|
|
||||||
port: 6379
|
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
development: &defaults
|
development: &defaults
|
||||||
maintenance: false
|
maintenance: false
|
||||||
# uncomment this section
|
|
||||||
swift: &swift_defaults
|
swift: &swift_defaults
|
||||||
host: "https://swift.example.com"
|
host: "https://swift.example.com"
|
||||||
# Redis is needed for the swift backend
|
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6379
|
port: 6379
|
||||||
@ -12,9 +10,6 @@ test:
|
|||||||
<<: *defaults
|
<<: *defaults
|
||||||
swift:
|
swift:
|
||||||
host: "https://swift.example.com"
|
host: "https://swift.example.com"
|
||||||
redis:
|
|
||||||
host: localhost
|
|
||||||
port: 6379
|
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user