Uncomment the development config in the examples
This commit is contained in:
parent
f14ef4dc21
commit
a92286703d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user