mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
14 lines
398 B
JSON
14 lines
398 B
JSON
|
{ "name": "irc.example.com",
|
||
|
"motd": "motd.txt",
|
||
|
"listeners": [
|
||
|
{ "address": "localhost:7777" },
|
||
|
{ "address": "[::1]:7777" } ],
|
||
|
"operators": [
|
||
|
{ "name": "root",
|
||
|
"password": "JDJhJDEwJFRWWGUya2E3Unk5bnZlb2o3alJ0ZnVQQm9ZVW1HOE53L29nVHg5QWh5TnpaMmtOaEwya1Vl" } ],
|
||
|
"debug": {
|
||
|
"net": true,
|
||
|
"client": false,
|
||
|
"channel": false,
|
||
|
"server": false } }
|