mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 23:02:02 +00:00
59c8d6cf36
This is a breaking change if you used file config.
20 lines
329 B
YAML
20 lines
329 B
YAML
name: swirl
|
|
|
|
web:
|
|
address: ':8001'
|
|
authorize_mode: '*'
|
|
|
|
swirl:
|
|
db_type: mongo
|
|
db_address: localhost:27017/swirl
|
|
# docker_endpoint: tcp://docker-proxy:2375
|
|
|
|
#log:
|
|
# loggers:
|
|
# - level: info
|
|
# writers: console
|
|
# writers:
|
|
# - name: console
|
|
# type: console
|
|
# format: json
|
|
# layout: '[{L}]{T}: {M} - {F:S}{N}' |