1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "General": {
- "Version": "1.0.0.0",
- "IsDistributed": false,
- "IsMaster": false,
- "MasterUrl": ""
- },
- "Gateway": {
- "Host": "http://192.168.6.69/"
- },
- "Log": {
- "Level": "info",
- "Debug": true
- },
- "Services": {
- "InProcess": "WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule,WingNotificationModule,WingAIDiagnosisService",
- "JsonRpcHttp": "WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,ReportService",
- "Remote": ""
- },
- "SMS": {
- "CheckVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/CheckVerifyCode",
- "SendVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendVerifyCode",
- "SendMessageApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendMessage"
- },
- "Database": {
- "Server": "127.0.0.1",
- "Port": 8301,
- "MaxConn": 100,
- "DBName": "WingCloudDB"
- },
- "Remedical": {
- "IsUploadThumbnail": true
- },
- "Notification": {
- "Host": "http://*:9301/"
- },
- "Report": {
- "ShareCodePrefix": "1",
- "MessageUrl": "http://console2.flyinsono.com/#/captcha",
- "ReportUrl": "http://console2.flyinsono.com/#/reportPage?file={0}&language=zh-CN",
- "ReportMessageTemplateId": "1017793"
- },
- "Storage": {
- "ServerHost": "http://*:9303/",
- "StorageServer":"COS",
- "StorageNode": "ap-beijing",
- "DivisionForUpload": 5242880,
- "SliceSizeForUpload": 2097152,
- "AppId":"AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
- "Sercret":"4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0",
- "Bucket": "flyinsono-bj-1300984704",
- "CFSServerUrl":"https://",
- "CDNServerUrl":"http://cdn-bj.fis.plus"
- },
- "Authentication": {
- "Admin" : 60,
- "User": 2880,
- "US": 52560000,
- "USBox": 52560000,
- "ThirdParty": 52560000,
- "IntervalSec": 900,
- "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
- "BaseToken": "637f02a065ad47fbbe01b956919419c2"
- },
- "AI": {
- "WorkerLevel": 1,
- "BatchImageSize": 16
- },
- "Device": {
- "HeartRateSeconds": 300
- },
- "User": {
- "HeartRateSeconds": 300
- },
- "StartTool":{
- "Enable": true,
- "StartToolName":"startTool.bat",
- "ClosedToolName":"closedTool.bat"
- }
- }
|