config.yaml.example 209 B

12345678910111213
  1. web:
  2. port: 8888
  3. host: 'localhost:8888'
  4. cookie_secret: 'dis is super sekrit'
  5. debug: true
  6. db:
  7. host: localhost
  8. user: ykill
  9. password: ykill
  10. database: ykill
  11. # vim: set et ft=yaml: