選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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