From a92286703d56253d7e7a31c6060c32dfc64de96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 30 Apr 2018 16:46:28 +0200 Subject: [PATCH] Uncomment the development config in the examples --- config.yml.example.s3 | 21 ++++++++++----------- config.yml.example.swift | 14 +++++++------- 2 files changed, 17 insertions(+), 18 deletions(-) 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