appsettings_Slave.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "General": {
  3. "Version": "1.0.0.0",
  4. "IsDistributed": true,
  5. "IsMaster": false,
  6. "MasterUrl": "http://127.0.0.1:8303"
  7. },
  8. "Gateway": {
  9. "Host": "http://127.0.0.1:8303/",
  10. "Domains": "http://127.0.0.1:8303/"
  11. },
  12. "Log": {
  13. "Debug": false,
  14. "DBPerformance": 100
  15. },
  16. "Services": {
  17. "InProcess": "WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule,WingNotificationModule,WingAIDiagnosisService",
  18. "JsonRpcHttp": "WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,ReportService",
  19. "Remote": ""
  20. },
  21. "SMS": {
  22. "CheckVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/CheckVerifyCode",
  23. "SendVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendVerifyCode",
  24. "SendMessageApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendMessage"
  25. },
  26. "Database": {
  27. "Server": "127.0.0.1",
  28. "Port": 8301,
  29. "MaxConn": 100,
  30. "DBName": "WingCloudDB"
  31. },
  32. "Remedical": {
  33. "IsUploadThumbnail": true
  34. },
  35. "Notification": {
  36. "Host": "http://127.0.0.1:9301/",
  37. "MaxQueueCount": 10,
  38. "WebSocketUrl": "ws://127.0.0.1:9301?token={0}&type={1}"
  39. },
  40. "Report": {
  41. "ShareCodePrefix": "3",
  42. "MessageUrl": "http://127.0.0.1:9302/captcha",
  43. "ReportUrl": "http://127.0.0.1:9302/shareReportPage?file={0}&language={1}",
  44. "ReportMessageTemplateId": "1017793"
  45. },
  46. "Storage": {
  47. "ServerHost": "http://127.0.0.1:9303/",
  48. "StorageServer":"COS",
  49. "AppId": "AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
  50. "Sercret": "4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0",
  51. "CFSServerUrl":"https://flyinsono-bj-1300984704.cos.ap-beijing.myqcloud.com",
  52. "CDNServerUrl":"http://cdn-bj.fis.plus",
  53. "AutoSliceSizeForUpload": 5242880,
  54. "ManualDivisionForUpload": 209715200,
  55. "VCSStorageDisk":"",
  56. "OtherNodes": "flyinsono-hk-1300984704|ap-hongkong;flyinsono-fra-1300984704|eu-frankfurt;flyinsono-bom-1300984704|ap-mumbai"
  57. },
  58. "VodPlayer": {
  59. "AppKey": "AKIDnUzGI6g180f7NRHsGPJzReeS1LQGrDLF",
  60. "AppSecret": "h9MLD0Z081f4FByRffPuAD2cx4xbz94k"
  61. },
  62. "Authentication": {
  63. "Admin" : 60,
  64. "User": 2880,
  65. "US": 2880,
  66. "USBox": 2880,
  67. "ThirdParty": 52560000,
  68. "IntervalSec": 900,
  69. "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
  70. "BaseToken": "637f02a065ad47fbbe01b956919419c2",
  71. "PwdUpdatePeriod": 90,
  72. "WarningDays": 5,
  73. "KeepPwdTimes": 5,
  74. "VerifyPeriodCron": "0 0 10 * * ?"
  75. },
  76. "AI": {
  77. "WorkerLevel": 1,
  78. "BatchImageSize": 16,
  79. "ContourInterval": 10
  80. },
  81. "Device": {
  82. "HeartRateSeconds": 300
  83. },
  84. "User": {
  85. "HeartRateSeconds": 300
  86. },
  87. "Dependencies":{
  88. "Apps": "mongod.bat,sms.bat,"
  89. },
  90. "Email": {
  91. "EmailUserName": "vcloud@vinno.com",
  92. "EmailUserPassword": "S1VVn0a218",
  93. "MailHost": "host.vinno.com",
  94. "SmtpPort": 465,
  95. "UseSSL": true
  96. },
  97. "Share": {
  98. "ShareFolder": "d:\\vCloudShare",
  99. "ShareExamUrl": "http://127.0.0.1:9302/shareExamPage?fileUrl={0}&languageCode={1}"
  100. },
  101. "IPLocation":
  102. {
  103. "Enable":false
  104. },
  105. "Live":
  106. {
  107. "ConnectionTimeout": 60,
  108. "DefaultQueryDays": 30,
  109. "HeartRateSeconds": 10,
  110. "NetworkErrTimes": 3,
  111. "LeaveRoomTimes": 10,
  112. "ReminderSmsTemplateId":"1683939",
  113. "InviteSmsTemplateId":"1683938",
  114. "SubmitSmsTemplateId":"1683937",
  115. "EmergencyTimeout": 15
  116. },
  117. "Management": {
  118. "CMSUrl": "http://127.0.0.1:9302/cmsTemplatePreview?token={0}&lang={1}"
  119. },
  120. "ASR":{
  121. "SecretId":"AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
  122. "SecretKey":"4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0"
  123. }
  124. }