swirl/config/app.yml

20 lines
329 B
YAML
Raw Normal View History

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