From f98a1f484f5c4fa0c69ee693a5c33035ae586dd1 Mon Sep 17 00:00:00 2001 From: Argo-Surface Date: Fri, 1 Feb 2019 15:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E6=95=B4=E7=90=86=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=8E?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.Development.json | 2 +- Bootstrap.Admin/appsettings.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }