优化
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user