appsettings_Slave.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. },
  38. "Report": {
  39. "ShareCodePrefix": "3",
  40. "MessageUrl": "http://127.0.0.1:9302/captcha",
  41. "ReportUrl": "http://127.0.0.1:9302/shareReportPage?file={0}&language={1}",
  42. "ReportMessageTemplateId": "1017793"
  43. },
  44. "Storage": {
  45. "ServerHost": "http://127.0.0.1:9303/",
  46. "StorageServer":"COS",
  47. "AppId": "AKIDMSIsADUUpvJGwJOKvsb5IDrGtGNBRzzi",
  48. "Sercret": "4sQhdJBl5HI7f3oLbZIlwqXOyILyLWP0",
  49. "CFSServerUrl":"https://flyinsono-bj-1300984704.cos.ap-beijing.myqcloud.com",
  50. "CDNServerUrl":"http://cdn-bj.fis.plus",
  51. "AutoSliceSizeForUpload": 5242880,
  52. "ManualDivisionForUpload": 209715200,
  53. "OtherNodes": "flyinsono-hk-1300984704|ap-hongkong;flyinsono-fra-1300984704|eu-frankfurt;flyinsono-bom-1300984704|ap-mumbai"
  54. },
  55. "Authentication": {
  56. "Admin" : 60,
  57. "User": 2880,
  58. "US": 2880,
  59. "USBox": 2880,
  60. "ThirdParty": 52560000,
  61. "IntervalSec": 900,
  62. "ThirdPartyInterface": "FindReportByCodeAsync,FindExamReportsAsync",
  63. "BaseToken": "637f02a065ad47fbbe01b956919419c2",
  64. "PwdUpdatePeriod": 90,
  65. "WarningDays": 5,
  66. "KeepPwdTimes": 5,
  67. "VerifyPeriodCron": "0 0 10 * * ?"
  68. },
  69. "AI": {
  70. "WorkerLevel": 1,
  71. "BatchImageSize": 16
  72. },
  73. "Device": {
  74. "HeartRateSeconds": 300
  75. },
  76. "User": {
  77. "HeartRateSeconds": 300
  78. },
  79. "Dependencies":{
  80. "Apps": "mongod.bat,sms.bat,"
  81. },
  82. "Email": {
  83. "EmailUserName": "vcloud@vinno.com",
  84. "EmailUserPassword": "S1VVn0a218",
  85. "MailHost": "host.vinno.com",
  86. "SmtpPort": 465,
  87. "UseSSL": true
  88. },
  89. "Share": {
  90. "ShareFolder": "d:\\vCloudShare",
  91. "ShareExamUrl": "http://127.0.0.1:9302/shareExamPage?fileUrl={0}&languageCode={1}"
  92. },
  93. "IPLocation":
  94. {
  95. "Enable":false
  96. },
  97. "Live":
  98. {
  99. "ConnectionTimeout": 60,
  100. "DefaultQueryDays": 30
  101. }
  102. }