mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
43 lines
928 B
YAML
43 lines
928 B
YAML
# oragono IRCd config
|
|
|
|
# network configuration
|
|
network:
|
|
# name of the network
|
|
name: OragonoTest
|
|
|
|
# server configuration
|
|
server:
|
|
# server name
|
|
name: oragono.test
|
|
|
|
# database filename (sqlite db)
|
|
database: ircd.db
|
|
|
|
# addresses to listen on
|
|
listen:
|
|
- ":6667"
|
|
- "127.0.0.1:6668"
|
|
- "[::1]:6668"
|
|
|
|
# websocket listening port
|
|
wslisten: ":8080"
|
|
|
|
# password to login to the server
|
|
# generated using "oragono genpasswd"
|
|
#password: ""
|
|
|
|
# log level, one of error, warn, info, debug
|
|
log: debug
|
|
|
|
# motd filename
|
|
# if you change the motd, you should move it to ircd.motd
|
|
motd: oragono.motd
|
|
|
|
# ircd operators
|
|
operator:
|
|
# operator named 'dan'
|
|
dan:
|
|
# password to login with /OPER command
|
|
# generated using "oragono genpasswd"
|
|
password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu
|