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

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

# vim: set et ft=yaml: