From d7a71d039f29fd67c16b0e60c16ea6f355d7b0f0 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Tue, 2 Feb 2016 01:04:49 +0100 Subject: [PATCH] Comment out the Riak settings from example config --- config.yml.example | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config.yml.example b/config.yml.example index e2aac55..6fb3307 100644 --- a/config.yml.example +++ b/config.yml.example @@ -1,18 +1,18 @@ development: &defaults maintenance: false - riak: &riak_defaults - host: localhost - http_port: 8098 - riak_cs: - credentials_file: "cs_credentials.json" - endpoint: "http://cs.example.com:8080" - buckets: - data: rs_data - directories: rs_directories - binaries: rs_binaries - cs_binaries: rs.binaries - authorizations: rs_authorizations - opslog: rs_opslog + # riak: &riak_defaults + # host: localhost + # http_port: 8098 + # riak_cs: + # credentials_file: "cs_credentials.json" + # endpoint: "http://cs.example.com:8080" + # buckets: + # data: rs_data + # directories: rs_directories + # binaries: rs_binaries + # cs_binaries: rs.binaries + # authorizations: rs_authorizations + # opslog: rs_opslog # # uncomment this section and comment the riak one # swift: &swift_defaults # host: "https://swift.example.com"