diff --git a/config.yml.example.s3 b/config.yml.example.s3 index 0acb9fd..1ae5766 100644 --- a/config.yml.example.s3 +++ b/config.yml.example.s3 @@ -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 diff --git a/config.yml.example.swift b/config.yml.example.swift index b44c579..e7cad01 100644 --- a/config.yml.example.swift +++ b/config.yml.example.swift @@ -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