123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "General": {
- "Version": "1.0.0.0",
- "IsDistributed": false,
- "IsMaster": false,
- "MasterUrl": ""
- },
- "Gateway": {
- "Host": "http://127.0.0.1/",
- "Domains": "http://127.0.0.1/"
- },
- "Log": {
- "Level": "info",
- "Debug": true,
- "DBPerformance": 100,
- "DBName": "WingCloudLogs",
- "CollectionName": "logs"
- },
- "Services": {
- "InProcess": "WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule,WingNotificationModule,WingAIDiagnosisService,WingRtcService",
- "JsonRpcHttp": "WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,ReportService,WingLiveConsultationService",
- "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://127.0.0.1:9301/",
- "MaxQueueCount": 10
- },
- "Report": {
- "ShareCodePrefix": "1",
- "MessageUrl": "http://127.0.0.1:9302/captcha",
- "ReportUrl": "http://127.0.0.1:9302/shareReportPage?file={0}&language={1}",
- "ReportMessageTemplateId": ""
- },
- "Storage": {
- "ServerHost": "http://127.0.0.1:9303/",
- "StorageServer": "COS",
- "AppId": "AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
- "Sercret": "4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0",
- "CFSServerUrl": "https://flyinsono-bj-1300984704.cos.ap-beijing.myqcloud.com",
- "CDNServerUrl": "http://cdn-bj.fis.plus",
- "AutoSliceSizeForUpload": 5242880,
- "ManualDivisionForUpload": 209715200,
- "OtherNodes": "flyinsono-hk-1300984704|ap-hongkong;flyinsono-fra-1300984704|eu-frankfurt;flyinsono-bom-1300984704|ap-mumbai"
- },
- "Authentication": {
- "Admin": 60,
- "User": 2880,
- "US": 2880,
- "USBox": 2880,
- "ThirdParty": 52560000,
- "IntervalSec": 900,
- "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
- "BaseToken": "637f02a065ad47fbbe01b956919419c2",
- "LoginLockTimes":5,
- "PwdUpdatePeriod": 90,
- "WarningDays": 5,
- "KeepPwdTimes": 5,
- "VerifyPeriodCron": "0 0 10 * * ?"
- },
- "AI": {
- "WorkerLevel": 1,
- "BatchImageSize": 16
- },
- "Device": {
- "HeartRateSeconds": 300
- },
- "User": {
- "HeartRateSeconds": 300
- },
- "Dependencies": {
- "Apps": "startmongodb|\"--port 8301 --nojournal --quiet\",startsms|http://*:8302/,startdumpdb|-7|0|8301|DBdump"
- },
- "Email": {
- "EmailUserName": "vcloud@vinno.com",
- "EmailUserPassword": "S1VVn0a218",
- "MailHost": "host.vinno.com",
- "SmtpPort": 465,
- "UseSSL": true
- },
- "Share": {
- "ShareFolder": "d:\\vCloudShare",
- "ShareExamUrl": "http://127.0.0.1:9302/shareExamPage?fileUrl={0}&languageCode={1}"
- },
- "IPLocation": {
- "Enable": false
- },
- "Live": {
- "ConnectionTimeout": 60,
- "DefaultQueryDays": 30
- },
- "Rtc":{
- "RTCType":"Self",
- "RTCAppId":"1400299969",
- "RTCAppKey":"59faebabcb036b898fb9a5323ef9d2be91d76c048a77aaa81f6dbfa6bac91bb3",
- "RTCBizid":71678,
- "RTCUseSSL":false,
- "RTCPlayDomain":"liveplay.fis.plus",
- "RTCInitRoomId":0
- }
- }
|