更新配置:整理开发环境与生产环境配置文件
This commit is contained in:
parent
9dd5d802b5
commit
f98a1f484f
|
@ -27,7 +27,7 @@
|
||||||
{
|
{
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Key": "ba",
|
"Key": "ba",
|
||||||
"Url": "CacheList.axd",
|
"Url": "http://localhost:50852/CacheList.axd",
|
||||||
"Desc": "后台管理数据缓存接口",
|
"Desc": "后台管理数据缓存接口",
|
||||||
"Self": true
|
"Self": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
],
|
],
|
||||||
"SwaggerPathBase": "/BA",
|
"SwaggerPathBase": "/BA",
|
||||||
"AllowOrigins": "http://localhost,http://10.15.63.218",
|
"AllowOrigins": "http://localhost,http://10.15.63.218",
|
||||||
"KeyPath": "D:\\App\\Web-App\\keys",
|
"KeyPath": "..\\keys",
|
||||||
"ApplicationName": "__bd__",
|
"ApplicationName": "__bd__",
|
||||||
"ApplicationDiscriminator": "BootstrapAdmin",
|
"ApplicationDiscriminator": "BootstrapAdmin",
|
||||||
"DisableAutomaticKeyGeneration": false,
|
"DisableAutomaticKeyGeneration": false,
|
||||||
|
@ -70,14 +70,14 @@
|
||||||
{
|
{
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Key": "ba",
|
"Key": "ba",
|
||||||
"Url": "CacheList.axd",
|
"Url": "http://x/BA/CacheList.axd",
|
||||||
"Desc": "后台管理数据缓存接口",
|
"Desc": "后台管理数据缓存接口",
|
||||||
"Self": true
|
"Self": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Key": "Pallet",
|
"Key": "Pallet",
|
||||||
"Url": "http://localhost/WebConsole/CacheList.axd",
|
"Url": "http://x/WebConsole/CacheList.axd",
|
||||||
"Desc": "托盘组垛系统",
|
"Desc": "托盘组垛系统",
|
||||||
"Self": false
|
"Self": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue