配置文件回调

This commit is contained in:
tangj
2025-11-26 17:51:59 +08:00
parent 91617757fc
commit 1f57499053

View File

@@ -6,16 +6,17 @@
} }
}, },
//"AllowedHosts": "*", //"AllowedHosts": "*",
"AppSettings": {
"CloudUrl": "http://47.95.40.103/K3Cloud/",
"KDType": "6758eb76b9ec73",
"KDUser": "Administrator",
"KDPwd": "1qaz2wsx"
}
//"AppSettings": { //"AppSettings": {
// "CloudUrl": "http://123.56.29.156/K3Cloud/", // "CloudUrl": "http://47.95.40.103/K3Cloud/",
// "KDType": "5f23ccc5efaaf0", // "KDType": "6758eb76b9ec73",
// "KDUser": "Administrator", // "KDUser": "Administrator",
// "KDPwd": "1qaz2wsx" // "KDPwd": "1qaz2wsx"
//} //}
"AllowedHosts": "*",
"AppSettings": {
"CloudUrl": "http://123.56.29.156/K3Cloud/",
"KDType": "5f23ccc5efaaf0",
"KDUser": "Administrator",
"KDPwd": "1qaz2wsx"
}
} }