Commit 4000ca5a authored by nanahira's avatar nanahira

remove password from default config

parent 90ade2ad
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
"show_ip": false, "show_ip": false,
"show_info": true, "show_info": true,
"log_save_path": "./config/", "log_save_path": "./config/",
"password": "123456",
"port": 7933 "port": 7933
}, },
"side_restrict": { "side_restrict": {
...@@ -170,7 +169,6 @@ ...@@ -170,7 +169,6 @@
"pre_util": { "pre_util": {
"enabled": false, "enabled": false,
"port": 7944, "port": 7944,
"password": "123456",
"git_html_path": "../mercury233.github.io/", "git_html_path": "../mercury233.github.io/",
"html_path": "../mercury233.github.io/ygosrv233/", "html_path": "../mercury233.github.io/ygosrv233/",
"html_filename": "pre.html", "html_filename": "pre.html",
...@@ -249,7 +247,6 @@ ...@@ -249,7 +247,6 @@
"update_util": { "update_util": {
"enabled": false, "enabled": false,
"port": 7955, "port": 7955,
"password": "123456",
"git_html_path": "../ygo233-web/", "git_html_path": "../ygo233-web/",
"html_path": "../ygo233-web/", "html_path": "../ygo233-web/",
"cdb_path": "./ygopro/cards.cdb", "cdb_path": "./ygopro/cards.cdb",
...@@ -275,7 +272,6 @@ ...@@ -275,7 +272,6 @@
}, },
"http": { "http": {
"port": 7922, "port": 7922,
"password": "123456",
"websocket_roomlist": false, "websocket_roomlist": false,
"public_roomlist": false, "public_roomlist": false,
"show_ip": false, "show_ip": false,
......
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