config.yaml.example 188 B

1234567891011
  1. web:
  2. port: 8888
  3. host: 'http://127.0.0.1:8888'
  4. cookie_secret: 'dis is super sekrit'
  5. debug: true
  6. db:
  7. user: 'sysvitals'
  8. database: 'sysvitals'
  9. # vim: set et ft=yaml: