Files
techircd/configs/services.json

54 lines
1.3 KiB
JSON

{
"enable": true,
"nickserv": {
"enable": true,
"nick": "NickServ",
"user": "services",
"host": "services.techircd.net",
"realname": "Nickname Registration Service",
"expire_time": 30,
"identify_timeout": 60,
"email_verify": false,
"restrict_registration": false
},
"chanserv": {
"enable": true,
"nick": "ChanServ",
"user": "services",
"host": "services.techircd.net",
"realname": "Channel Registration Service",
"expire_time": 30,
"max_channels": 20,
"auto_deop": true
},
"operserv": {
"enable": true,
"nick": "OperServ",
"user": "services",
"host": "services.techircd.net",
"realname": "Operator Service"
},
"memoserv": {
"enable": true,
"nick": "MemoServ",
"user": "services",
"host": "services.techircd.net",
"realname": "Memo Service",
"max_memos": 50,
"memo_expire": 365
},
"database": {
"enable": true,
"type": "mysql",
"database": "techircd_services",
"host": "localhost",
"port": 3306,
"username": "techircd",
"password": "changeme",
"options": {
"charset": "utf8mb4",
"parseTime": "true"
}
}
}