Uncomment the development config in the examples
This commit is contained in:
parent
f14ef4dc21
commit
a92286703d
@ -1,16 +1,15 @@
|
|||||||
development: &defaults
|
development: &defaults
|
||||||
maintenance: false
|
maintenance: false
|
||||||
# # uncomment this section
|
s3:
|
||||||
# s3:
|
endpoint: "https://some-endpoint"
|
||||||
# endpoint: "https://some-endpoint"
|
region: "region"
|
||||||
# region: "region"
|
access_key_id: ""
|
||||||
# access_key_id: ""
|
secret_key_id: ""
|
||||||
# secret_key_id: ""
|
bucket: "test-bucket"
|
||||||
# bucket: "test-bucket"
|
# Redis is needed for the swift backend
|
||||||
# # Redis is needed for the swift backend
|
redis:
|
||||||
# redis:
|
host: localhost
|
||||||
# host: localhost
|
port: 6379
|
||||||
# port: 6379
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
development: &defaults
|
development: &defaults
|
||||||
maintenance: false
|
maintenance: false
|
||||||
# # uncomment this section
|
# uncomment this section
|
||||||
# swift: &swift_defaults
|
swift: &swift_defaults
|
||||||
# host: "https://swift.example.com"
|
host: "https://swift.example.com"
|
||||||
# # Redis is needed for the swift backend
|
# Redis is needed for the swift backend
|
||||||
# redis:
|
redis:
|
||||||
# host: localhost
|
host: localhost
|
||||||
# port: 6379
|
port: 6379
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user