develop #3

Merged
GuZhiJiang merged 2 commits from develop into main 2025-11-26 17:54:56 +08:00
Showing only changes of commit 1f57499053 - Show all commits

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"
}
} }