This commit is contained in:
赵正易 2024-06-13 09:14:53 +08:00
parent a50b59f098
commit 8735ffc982

View File

@ -24,7 +24,7 @@
"DbName": "GXAssembly" //,Oracle
},
"urls": "http://*.*.*.*:7000", //urldevServer
"corsUrls": [ "http://localhost:7001", "http://localhost:7002", "http://*.*.*.*:7001", "http://0.0.0.0:7001", "http://127.0.0.1:7001", "http://192.168.50.163:7001" ], //","
"corsUrls": [ "http://localhost:7001", "http://localhost:7002", "http://*.*.*.*:7001", "http://0.0.0.0:7001", "http://127.0.0.1:7001", "http://192.168.50.163:7001", "http://192.168.200.250:7001" ], //","
"JwtSettings": {
"Issuer": "DOAN.NET", //token
"Audience": "DOAN.NET", //token
@ -39,7 +39,7 @@
"DemoMode": false, //
"SingleLogin": false, //
"Upload": {
"uploadUrl": "http://192.168.50.163:7000", //访
"uploadUrl": "http://192.168.200.250:7000", //访
"localSavePath": "", // wwwroot
"maxSize": 15, // 15M
"notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ]