This commit is contained in:
yaoyanwei
2025-08-26 14:28:54 +08:00
parent 4b2bb35c20
commit 6fa45b8f74
4 changed files with 121 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
version: "1.13",
port: 80,
port: 8080,
port_https: 443,
api_title: "TCG Engine API", //Display name
api_url: "", //If you set the URL, will block all direct IP access, or wrong url access, leave blank to allow all url access
@@ -26,9 +26,9 @@ module.exports = {
},
//Mongo Connection
mongo_user: "",
mongo_pass: "",
mongo_host: "127.0.0.1",
mongo_user: "mongodb",
mongo_pass: "WFSWiBkLPLZTzw7s",
mongo_host: "192.168.1.99",
mongo_port: "27017",
mongo_db: "tcgengine",