更新配置:整理开发环境与生产环境配置文件

This commit is contained in:
Argo-Surface 2019-02-01 15:01:40 +08:00
parent 9dd5d802b5
commit f98a1f484f
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
{
"Enabled": true,
"Key": "ba",
"Url": "CacheList.axd",
"Url": "http://localhost:50852/CacheList.axd",
"Desc": "后台管理数据缓存接口",
"Self": true
},

View File

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