mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
25 lines
424 B
YAML
25 lines
424 B
YAML
name: swirl
|
|
banner: false
|
|
|
|
web:
|
|
entries:
|
|
- address: :8001
|
|
authorize: '?'
|
|
|
|
swirl:
|
|
db_type: mongo
|
|
db_address: mongodb://localhost:27017/swirl
|
|
# token_key: 80fe9a6d5c6d5dd39f27cd37a77faf8a
|
|
# token_expiry: 30m
|
|
# docker_api_version: '1.41'
|
|
# docker_endpoint: tcp://docker-proxy:2375
|
|
|
|
log:
|
|
loggers:
|
|
- level: info
|
|
writers: console
|
|
writers:
|
|
- name: console
|
|
type: console
|
|
layout: '[{L}]{T}: {M}{N}'
|