Commit ecabe5b4 authored by nanahira's avatar nanahira

disable websocket in default

parent 81446259
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
"http": { "http": {
"port": 7211, "port": 7211,
"password": "Nanahira", "password": "Nanahira",
"websocket_roomlist": true, "websocket_roomlist": false,
"public_roomlist": false, "public_roomlist": false,
"show_ip": true, "show_ip": true,
"show_info": true, "show_info": true,
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
"http": { "http": {
"port": 1263, "port": 1263,
"password": "Nanahira", "password": "Nanahira",
"websocket_roomlist": true, "websocket_roomlist": false,
"public_roomlist": true, "public_roomlist": true,
"show_ip": true, "show_ip": true,
"show_info": true, "show_info": true,
......
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