Commit 9a3af14b authored by nanahira's avatar nanahira

show ip in default

parent 672cff2f
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
"deck_path": "./decks/", "deck_path": "./decks/",
"replay_safe": true, "replay_safe": true,
"replay_path": "./replays/", "replay_path": "./replays/",
"show_ip": false, "show_ip": true,
"duel_log": [], "duel_log": [],
"password": "Nanahira", "password": "Nanahira",
"port": 7212 "port": 7212
...@@ -217,9 +217,9 @@ ...@@ -217,9 +217,9 @@
"http": { "http": {
"port": 7211, "port": 7211,
"password": "Nanahira", "password": "Nanahira",
"websocket_roomlist": false, "websocket_roomlist": true,
"public_roomlist": false, "public_roomlist": false,
"show_ip": false, "show_ip": true,
"ssl": { "ssl": {
"enabled": false, "enabled": false,
"port": 7923, "port": 7923,
......
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