123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "General": {
- "Version": "1.0.0.0",
- "IsDistributed": true,
- "IsMaster": false,
- "MasterUrl": "http://127.0.0.1:8303"
- },
- "Gateway": {
- "Host": "http://127.0.0.1:8303/",
- "Domains": "http://127.0.0.1:8303/"
- },
- "Log": {
- "Debug": false,
- "DBPerformance": 100
- },
- "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://127.0.0.1:9301/",
- "MaxQueueCount": 10,
- "WebSocketUrl": "ws://127.0.0.1:9301?token={0}&type={1}"
- },
- "Report": {
- "ShareCodePrefix": "3",
- "MessageUrl": "http://127.0.0.1:9302/captcha",
- "ReportUrl": "http://127.0.0.1:9302/shareReportPage?file={0}&language={1}",
- "ReportMessageTemplateId": "1017793"
- },
- "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,
- "VCSStorageDisk":"",
- "OtherNodes": "flyinsono-hk-1300984704|ap-hongkong;flyinsono-fra-1300984704|eu-frankfurt;flyinsono-bom-1300984704|ap-mumbai"
- },
- "VodPlayer": {
- "AppKey": "AKIDnUzGI6g180f7NRHsGPJzReeS1LQGrDLF",
- "AppSecret": "h9MLD0Z081f4FByRffPuAD2cx4xbz94k"
- },
- "Authentication": {
- "Admin" : 60,
- "User": 2880,
- "US": 2880,
- "USBox": 2880,
- "ThirdParty": 52560000,
- "IntervalSec": 900,
- "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
- "BaseToken": "637f02a065ad47fbbe01b956919419c2",
- "PwdUpdatePeriod": 90,
- "WarningDays": 5,
- "KeepPwdTimes": 5,
- "VerifyPeriodCron": "0 0 10 * * ?"
- },
- "AI": {
- "WorkerLevel": 1,
- "BatchImageSize": 16,
- "ContourInterval": 10
- },
- "Device": {
- "HeartRateSeconds": 300
- },
- "User": {
- "HeartRateSeconds": 300
- },
- "Dependencies":{
- "Apps": "mongod.bat,sms.bat,"
- },
- "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,
- "HeartRateSeconds": 10,
- "NetworkErrTimes": 3,
- "LeaveRoomTimes": 10,
- "ReminderSmsTemplateId":"1683939",
- "InviteSmsTemplateId":"1683938",
- "SubmitSmsTemplateId":"1683937",
- "EmergencyTimeout": 15
- },
- "Management": {
- "CMSUrl": "http://127.0.0.1:9302/cmsTemplatePreview?token={0}&lang={1}"
- },
- "ASR":{
- "SecretId":"AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
- "SecretKey":"4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0"
- }
- }
|