diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index c0f1015d..07b1ea16 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -27,7 +27,7 @@ { "Enabled": true, "Key": "ba", - "Url": "CacheList.axd", + "Url": "http://localhost:50852/CacheList.axd", "Desc": "后台管理数据缓存接口", "Self": true }, diff --git a/Bootstrap.Admin/appsettings.json b/Bootstrap.Admin/appsettings.json index 831e6d9c..d27c2503 100644 --- a/Bootstrap.Admin/appsettings.json +++ b/Bootstrap.Admin/appsettings.json @@ -51,7 +51,7 @@ ], "SwaggerPathBase": "/BA", "AllowOrigins": "http://localhost,http://10.15.63.218", - "KeyPath": "D:\\App\\Web-App\\keys", + "KeyPath": "..\\keys", "ApplicationName": "__bd__", "ApplicationDiscriminator": "BootstrapAdmin", "DisableAutomaticKeyGeneration": false, @@ -70,14 +70,14 @@ { "Enabled": true, "Key": "ba", - "Url": "CacheList.axd", + "Url": "http://x/BA/CacheList.axd", "Desc": "后台管理数据缓存接口", "Self": true }, { "Enabled": true, "Key": "Pallet", - "Url": "http://localhost/WebConsole/CacheList.axd", + "Url": "http://x/WebConsole/CacheList.axd", "Desc": "托盘组垛系统", "Self": false }