swirl/config/app.yml
cuigh 59c8d6cf36 Switch config to YAML format
This is a breaking change if you used file config.
2017-10-26 17:14:23 +08:00

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}'