30 lines
985 B
JSON
30 lines
985 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "server=121.36.67.254,4331;database=ybdevicev2;uid=fans_user;pwd=fans1qaz@WSX;",
|
|
"MultiTenantConnection": "Server=121.36.67.254,4331;Database=ybdevicev2_saas;uid=fans_user;pwd=fans1qaz@WSX;"
|
|
},
|
|
"RabbitmqSetting": {
|
|
"DBConnection": "server=121.36.67.254,4331;database=ybdevicev2;uid=fans_user;pwd=fans1qaz@WSX;",
|
|
"TopicNamePrefix": "YBDeviceV2Topic"
|
|
},
|
|
"CustomSetting": { //自定义配置
|
|
"CDNURL": "http://localhost:5566", //图片CDN地址
|
|
"APIURL": "http://localhost:5566" //API地址
|
|
},
|
|
// 日志配置
|
|
"LogSetting": {
|
|
"Type": "Console" //日志类型,File-文件,Console-控制台,Seq-seq地址
|
|
},
|
|
"AppSettings": {
|
|
"InjectSpecificationDocument": true
|
|
},
|
|
"SenparcSetting": {
|
|
"IsDebug": false
|
|
},
|
|
//Senparc.Weixin SDK 设置
|
|
"SenparcWeixinSetting": {
|
|
//微信全局
|
|
"IsDebug": false,
|
|
"TenPayV3_TenpayNotify": "http://gxc.pcxbc.com/TenpayV3/PayNotifyUrl"
|
|
}
|
|
} |