config.yaml.example 193 B

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