summaryrefslogtreecommitdiffstats
path: root/config.yaml.example
blob: 37a6e1770c9919b93c7e1fc9919570c892d768af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
web:
    port: 8888
    host: 'localhost:8888'
    cookie_secret: 'dis is super sekrit'

db:
    host: localhost
    user: ykill
    password: ykill
    database: ykill

# vim: set et ft=yaml: