You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oragono-web.yaml 312B

1234567891011121314151617
  1. # oragono web interface config
  2. # hostname of the web interface
  3. hostname: localhost
  4. # address to listen on
  5. listen: "localhost:8090"
  6. # tls listeners
  7. tls-listeners:
  8. # listener on ":6697"
  9. ":8090":
  10. key: web-tls.key
  11. cert: web-tls.crt
  12. # log level, one of error, warn, info, debug
  13. log: debug