summaryrefslogtreecommitdiffstats
path: root/config.yaml.example
blob: f29bfdd2f903a58b92409f79fb2c632f34caad99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
web:
    port: 8888
    host: 'http://localhost:8888'
    api_port: 8887
    api_host: 'http://localhost:8887'
    debug: true

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

# vim: set et ft=yaml: