mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-25 04:49:30 -08:00
ergonomadic -> oragono. I'm making lots of changes and this is AN EXPERIMENT. I want to differentiate this from Ergonomadic proper
This commit is contained in:
parent
29d80366a6
commit
c0c16c72f0
4 changed files with 22 additions and 37 deletions
|
|
@ -1,34 +0,0 @@
|
|||
# ergonomadic IRCd config
|
||||
server:
|
||||
# server name
|
||||
name: ergonomadic.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 "ergonomadic genpasswd"
|
||||
#password: ""
|
||||
|
||||
# log level, one of error, warn, info, debug
|
||||
log: debug
|
||||
|
||||
# motd filename
|
||||
motd: ircd.motd
|
||||
|
||||
# ircd operators
|
||||
operator:
|
||||
# operator named 'dan'
|
||||
dan:
|
||||
# password to login with /OPER command
|
||||
# generated using "ergonomadic genpasswd"
|
||||
password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu
|
||||
Loading…
Add table
Add a link
Reference in a new issue