config.yaml.example 232 B

1234567891011121314
  1. web:
  2. port: 8888
  3. host: 'http://localhost:8888'
  4. api_port: 8887
  5. api_host: 'http://localhost:8887'
  6. debug: true
  7. db:
  8. host: localhost
  9. user: ykill
  10. password: ykill
  11. database: ykill
  12. # vim: set et ft=yaml: