2017-10-26 09:05:27 +00:00
|
|
|
name: swirl
|
2017-11-08 10:36:13 +00:00
|
|
|
banner: false
|
2017-10-26 09:05:27 +00:00
|
|
|
|
|
|
|
web:
|
2017-11-20 11:36:46 +00:00
|
|
|
entries:
|
2021-12-22 09:43:26 +00:00
|
|
|
- address: :8001
|
2017-11-08 10:36:13 +00:00
|
|
|
authorize: '?'
|
2017-10-26 09:05:27 +00:00
|
|
|
|
|
|
|
swirl:
|
|
|
|
db_type: mongo
|
2021-12-06 12:24:22 +00:00
|
|
|
db_address: mongodb://localhost:27017/swirl
|
|
|
|
# token_key: 80fe9a6d5c6d5dd39f27cd37a77faf8a
|
|
|
|
# token_expiry: 30m
|
|
|
|
# docker_api_version: '1.41'
|
2017-10-26 09:05:27 +00:00
|
|
|
# docker_endpoint: tcp://docker-proxy:2375
|
|
|
|
|
2017-11-08 10:36:13 +00:00
|
|
|
log:
|
|
|
|
loggers:
|
|
|
|
- level: info
|
|
|
|
writers: console
|
|
|
|
writers:
|
|
|
|
- name: console
|
|
|
|
type: console
|
2017-12-05 04:19:32 +00:00
|
|
|
layout: '[{L}]{T}: {M}{N}'
|