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 development: &defaults
maintenance: false maintenance: false
# # uncomment this section s3:
# s3: endpoint: "https://some-endpoint"
# endpoint: "https://some-endpoint" region: "region"
# region: "region" 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 is needed for the swift backend redis:
# redis: host: localhost
# host: localhost port: 6379
# port: 6379
test: test:
<<: *defaults <<: *defaults

View File

@ -1,12 +1,12 @@
development: &defaults development: &defaults
maintenance: false maintenance: false
# # uncomment this section # 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 is needed for the swift backend
# redis: redis:
# host: localhost host: localhost
# port: 6379 port: 6379
test: test:
<<: *defaults <<: *defaults