Uncomment the development config in the examples

This commit is contained in:
Greg Karékinian 2018-04-30 16:46:28 +02:00
parent f14ef4dc21
commit a92286703d
2 changed files with 17 additions and 18 deletions

View File

@ -1,16 +1,15 @@
development: &defaults
maintenance: false
# # uncomment this section
# s3:
# endpoint: "https://some-endpoint"
# region: "region"
# access_key_id: ""
# secret_key_id: ""
# bucket: "test-bucket"
# # Redis is needed for the swift backend
# redis:
# host: localhost
# port: 6379
s3:
endpoint: "https://some-endpoint"
region: "region"
access_key_id: ""
secret_key_id: ""
bucket: "test-bucket"
# Redis is needed for the swift backend
redis:
host: localhost
port: 6379
test:
<<: *defaults

View File

@ -1,12 +1,12 @@
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
# uncomment this section
swift: &swift_defaults
host: "https://swift.example.com"
# Redis is needed for the swift backend
redis:
host: localhost
port: 6379
test:
<<: *defaults