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.yaml 928B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # oragono IRCd config
  2. # network configuration
  3. network:
  4. # name of the network
  5. name: OragonoTest
  6. # server configuration
  7. server:
  8. # server name
  9. name: oragono.test
  10. # database filename (sqlite db)
  11. database: ircd.db
  12. # addresses to listen on
  13. listen:
  14. - ":6667"
  15. - "127.0.0.1:6668"
  16. - "[::1]:6668"
  17. # websocket listening port
  18. wslisten: ":8080"
  19. # password to login to the server
  20. # generated using "oragono genpasswd"
  21. #password: ""
  22. # log level, one of error, warn, info, debug
  23. log: debug
  24. # motd filename
  25. # if you change the motd, you should move it to ircd.motd
  26. motd: oragono.motd
  27. # ircd operators
  28. operator:
  29. # operator named 'dan'
  30. dan:
  31. # password to login with /OPER command
  32. # generated using "oragono genpasswd"
  33. password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu