Commit 1657f74c authored by 神楽坂玲奈's avatar 神楽坂玲奈

clean

parent 6ff5d90a
{ {
"ip": "112.124.4.110", "ip": "",
"port": 7911, "port": 7911,
"version": 4896, "version": 4896,
"modules": { "modules": {
"welcome": "Mycard MatchServer\n这里是测试中的新服务器, 还不稳定, 随时可能崩溃, 遇到意外请淡定", "welcome": "Mycard Server",
"tips": "https://my-card.in/tips.json", "tips": "https://my-card.in/tips.json",
"dialogues": "https://my-card.in/dialogues.json", "dialogues": "https://my-card.in/dialogues.json",
"database": "mongodb://phoenix.my-card.in/mycard", "database": false,
"post_start_watching": false, "post_start_watching": true,
"skip_empty_side": true, "skip_empty_side": true,
"http": { "http": {
"port": 7922, "port": 7922,
......
{ {
"name": "ygopro-server", "name": "ygopro-server",
"version": "2.0.0", "version": "2.1.0",
"description": "a server for ygopro", "description": "a server for ygopro",
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"freeport": "*", "freeport": "*",
"inotify": "*", "inotify": "*",
"request": "*", "request": "*",
"mongoose": "*" "mongoose": "*",
"bunyan": "*"
}, },
"license": "GPLv3", "license": "GPLv3",
"main": "ygopro-server.js", "main": "ygopro-server.js",
......
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