appsettings.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "General": {
  3. "Version": "1.0.0.0",
  4. "IsDistributed": false,
  5. "IsMaster": false,
  6. "MasterUrl": ""
  7. },
  8. "Gateway": {
  9. "Host": "http://127.0.0.1/",
  10. "Domains": "http://127.0.0.1/"
  11. },
  12. "Log": {
  13. "Level": "info",
  14. "Debug": true,
  15. "DBPerformance": 100,
  16. "DBName": "WingCloudLogs",
  17. "CollectionName": "logs"
  18. },
  19. "Services": {
  20. "InProcess": "WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule,WingNotificationModule,WingAIDiagnosisService,WingRtcService",
  21. "JsonRpcHttp": "WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,ReportService,WingLiveConsultationService",
  22. "Remote": ""
  23. },
  24. "SMS": {
  25. "CheckVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/CheckVerifyCode",
  26. "SendVerifyCodeApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendVerifyCode",
  27. "SendMessageApi": "http://127.0.0.1:8302/SmsTool/SendSms/SendMessage"
  28. },
  29. "Database": {
  30. "Server": "127.0.0.1",
  31. "Port": 8301,
  32. "MaxConn": 100,
  33. "DBName": "WingCloudDB"
  34. },
  35. "Remedical": {
  36. "IsUploadThumbnail": true
  37. },
  38. "Notification": {
  39. "Host": "http://127.0.0.1:9301/",
  40. "MaxQueueCount": 10
  41. },
  42. "Report": {
  43. "ShareCodePrefix": "1",
  44. "MessageUrl": "http://127.0.0.1:9302/captcha",
  45. "ReportUrl": "http://127.0.0.1:9302/shareReportPage?file={0}&language={1}",
  46. "ReportMessageTemplateId": ""
  47. },
  48. "Storage": {
  49. "ServerHost": "http://127.0.0.1:9303/",
  50. "StorageServer": "COS",
  51. "AppId": "AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
  52. "Sercret": "4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0",
  53. "CFSServerUrl": "https://flyinsono-bj-1300984704.cos.ap-beijing.myqcloud.com",
  54. "CDNServerUrl": "http://cdn-bj.fis.plus",
  55. "AutoSliceSizeForUpload": 5242880,
  56. "ManualDivisionForUpload": 209715200,
  57. "OtherNodes": "flyinsono-hk-1300984704|ap-hongkong;flyinsono-fra-1300984704|eu-frankfurt;flyinsono-bom-1300984704|ap-mumbai"
  58. },
  59. "Authentication": {
  60. "Admin": 60,
  61. "User": 2880,
  62. "US": 2880,
  63. "USBox": 2880,
  64. "ThirdParty": 52560000,
  65. "IntervalSec": 900,
  66. "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
  67. "BaseToken": "637f02a065ad47fbbe01b956919419c2",
  68. "LoginLockTimes":5,
  69. "PwdUpdatePeriod": 90,
  70. "WarningDays": 5,
  71. "KeepPwdTimes": 5,
  72. "VerifyPeriodCron": "0 0 10 * * ?"
  73. },
  74. "AI": {
  75. "WorkerLevel": 1,
  76. "BatchImageSize": 16
  77. },
  78. "Device": {
  79. "HeartRateSeconds": 300
  80. },
  81. "User": {
  82. "HeartRateSeconds": 300
  83. },
  84. "Dependencies": {
  85. "Apps": "startmongodb|\"--port 8301 --nojournal --quiet\",startsms|http://*:8302/,startdumpdb|-7|0|8301|DBdump"
  86. },
  87. "Email": {
  88. "EmailUserName": "vcloud@vinno.com",
  89. "EmailUserPassword": "S1VVn0a218",
  90. "MailHost": "host.vinno.com",
  91. "SmtpPort": 465,
  92. "UseSSL": true
  93. },
  94. "Share": {
  95. "ShareFolder": "d:\\vCloudShare",
  96. "ShareExamUrl": "http://127.0.0.1:9302/shareExamPage?fileUrl={0}&languageCode={1}"
  97. },
  98. "IPLocation": {
  99. "Enable": false
  100. },
  101. "Live": {
  102. "ConnectionTimeout": 60,
  103. "DefaultQueryDays": 30
  104. },
  105. "Rtc":{
  106. "RTCType":"Self",
  107. "RTCAppId":"1400299969",
  108. "RTCAppKey":"59faebabcb036b898fb9a5323ef9d2be91d76c048a77aaa81f6dbfa6bac91bb3",
  109. "RTCBizid":71678,
  110. "RTCUseSSL":false,
  111. "RTCPlayDomain":"liveplay.fis.plus",
  112. "RTCInitRoomId":0
  113. }
  114. }