app.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. appname = FollowUp_Notice
  2. HTTPPort = 6800
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. NatsServer_Url = "127.0.0.1:4223"
  8. # Mysql 线上
  9. MysqlServer_UrlPort = "127.0.0.1:3316"
  10. MysqlServer_Database = "follow_up_notice"
  11. MysqlServer_Username = "follow_up_notice"
  12. MysqlServer_Password = "CKRjxTzr3jCcsJFX"
  13. MysqlServer_MaxIdleConnections = 100
  14. MysqlServer_MaxOpenConnections = 200
  15. # Redis
  16. Redis_address = "127.0.0.1:6378"
  17. Redis_password = ""
  18. Redis_dbNum = "3"
  19. FilterExcludeURL = /Login_verification,/receivecallstatus,/Patient/ExportTemplate
  20. FilterOnlyLoginCheckURL =
  21. # 静态资源
  22. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  23. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  24. Qiniu_BUCKET = "coldoss"
  25. Qiniu_Url = "https://coldoss.coldbaozhida.com/"
  26. SUBMAIL_Sms_Appid = "95559"
  27. SUBMAIL_Sms_Signature = "f8e63844edd79d5bd2ab4a3d92c3b820"
  28. SUBMAIL_Voice_Appid = "22184"
  29. SUBMAIL_Voice_Signature = "c3e29e10daeea889cd72dd6375b4347e"
  30. SUBMAIL_Sms_Fee = 0.1
  31. SUBMAIL_Voice_Project = "vTHhS1"
  32. SUBMAIL_VoiceCall_Fee = 0.15
  33. VoiceCall_BaseUrl = "https://rtccall.cn-north-1.myhuaweicloud.cn:443"
  34. VoiceCall_AppKey = "Zy8539Sa61Iv5fo5iGNWLcV24KI1"
  35. VoiceCall_AppSecret = "KNZ3OFv8eVF7zO5smbr0160WS4Az"
  36. VoiceCall_Template = "1101dc0ebc154a5a9e7c4e5f11bfdb41"
  37. VoiceCall_Phone = "+8651668971369"
  38. VoiceCall_Fee = 0.4
  39. # 满意度调查
  40. VoiceCall_Satisfaction_Template1 = "756c9d79a36b4dd4a38c7758cc8becc8"
  41. VoiceCall_Satisfaction_Template2 = "d11d9d30b19c4d9f92e946698001ec2a"
  42. VoiceCall_Satisfaction_Template3 = "a3e39b2241c3474ab254513be708d9c3"
  43. VoiceCall_Satisfaction_Template4 = "a205ebf9f471492691bbcb8266a12a8c"
  44. VoiceCall_Satisfaction_Template5 = "db19cfdc2c474c1f95864db1ff45f66e"
  45. Weixin_PwdKey = "oKk5Bbq4Cf1u2AJXjvj1a0h9tqk8sdfg"
  46. Weixin_Notify = "https://follow.baozhida.cn/api/Wx/Notify"