Comment out the Riak settings from example config
This commit is contained in:
parent
2516e9090e
commit
d7a71d039f
@ -1,18 +1,18 @@
|
|||||||
development: &defaults
|
development: &defaults
|
||||||
maintenance: false
|
maintenance: false
|
||||||
riak: &riak_defaults
|
# riak: &riak_defaults
|
||||||
host: localhost
|
# host: localhost
|
||||||
http_port: 8098
|
# http_port: 8098
|
||||||
riak_cs:
|
# riak_cs:
|
||||||
credentials_file: "cs_credentials.json"
|
# credentials_file: "cs_credentials.json"
|
||||||
endpoint: "http://cs.example.com:8080"
|
# endpoint: "http://cs.example.com:8080"
|
||||||
buckets:
|
# buckets:
|
||||||
data: rs_data
|
# data: rs_data
|
||||||
directories: rs_directories
|
# directories: rs_directories
|
||||||
binaries: rs_binaries
|
# binaries: rs_binaries
|
||||||
cs_binaries: rs.binaries
|
# cs_binaries: rs.binaries
|
||||||
authorizations: rs_authorizations
|
# authorizations: rs_authorizations
|
||||||
opslog: rs_opslog
|
# opslog: rs_opslog
|
||||||
# # uncomment this section and comment the riak one
|
# # uncomment this section and comment the riak one
|
||||||
# swift: &swift_defaults
|
# swift: &swift_defaults
|
||||||
# host: "https://swift.example.com"
|
# host: "https://swift.example.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user