Commit cd5e048e authored by nanahira's avatar nanahira

def

parent 8e6a9caf
{ {
"file": "./config/config.json", "file": "./config/config.json",
"port": 1262, "port": 514,
"version": 4930, "version": 4930,
"hostinfo": { "hostinfo": {
"lflist": 0, "lflist": 0,
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
"enabled": false, "enabled": false,
"get": false "get": false
}, },
"koishi_roomlist": {
"enabled": false
},
"vip": { "vip": {
"enabled": false, "enabled": false,
"generate_count": 500 "generate_count": 500
...@@ -162,7 +165,7 @@ ...@@ -162,7 +165,7 @@
"show_ip": true, "show_ip": true,
"show_info": true, "show_info": true,
"log_save_path": "./config/", "log_save_path": "./config/",
"port": 1264 "port": 5142
}, },
"test_mode": { "test_mode": {
"watch_public_hand": false, "watch_public_hand": false,
...@@ -285,9 +288,9 @@ ...@@ -285,9 +288,9 @@
] ]
}, },
"http": { "http": {
"port": 1263, "port": 5141,
"websocket_roomlist": false, "websocket_roomlist": false,
"public_roomlist": true, "public_roomlist": false,
"show_ip": true, "show_ip": true,
"show_info": true, "show_info": true,
"quick_death_rule": 2, "quick_death_rule": 2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment