1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "SmsAccountInfo": {
- "MessageServerUrl": "http://webservice.fway.com.cn:1432/FWebService.asmx/FWay_Service", //短信发送地址
- "AccountUser": "CS12345", //短信系统账号
- "AccountPwd": "9EE3899305A8FC97D6146CAC6B802E6F", //短信系统密码
- "ReturnAccountUser": "fwkj", //短信回传账号
- "ReturnAccountPwd": "fwkj12" //短信回传密码
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "Push": "PORT=5432;DATABASE=push;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
- "Redis": "110.188.24.182:50179",
- "MongoDB": "mongodb://192.168.100.121:27017"
- },
- "Cache": {
- "Host": "110.188.24.182",
- "Port": 50179,
- "Password": "fengwo123!$!$",
- "Database": 4
- },
- "Swagger": true,
- "Cors": {
- "Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://hotline.fw.com" ]
- },
- "DatabaseConfiguration": {
- "ApplyDbMigrations": false,
- "ApplySeed": false
- },
- "MqConfiguration": {
- "DbConnectionString": "PORT=5432;DATABASE=fwmq;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
- "UseDashBoard": true,
- "RabbitMq": {
- "UserName": "dev",
- "Password": "123456",
- "HostName": "110.188.24.182",
- "VirtualHost": "fwt-master"
- }
- },
- //系统配置
- "ChannelConfiguration": {
- "ProcessingServices": "Services1", //服务名称
- "HotlineAddressUrl": "http://localhost:50100/" //推送地址
- }
- }
|