| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- appname = FollowUp_Notice
- HTTPPort = 6800
- runmode = dev
- Graceful = true
- EnableDocs = true
- copyrequestbody = true
- NatsServer_Url = "127.0.0.1:4223"
- # Mysql 线上
- MysqlServer_UrlPort = "127.0.0.1:3316"
- MysqlServer_Database = "follow_up_notice"
- MysqlServer_Username = "follow_up_notice"
- MysqlServer_Password = "CKRjxTzr3jCcsJFX"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "127.0.0.1:6378"
- Redis_password = ""
- Redis_dbNum = "3"
- FilterExcludeURL = /Login_verification,/receivecallstatus,/Patient/ExportTemplate
- FilterOnlyLoginCheckURL =
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "coldoss"
- Qiniu_Url = "https://coldoss.coldbaozhida.com/"
- SUBMAIL_Sms_Appid = "95559"
- SUBMAIL_Sms_Signature = "f8e63844edd79d5bd2ab4a3d92c3b820"
- SUBMAIL_Voice_Appid = "22184"
- SUBMAIL_Voice_Signature = "c3e29e10daeea889cd72dd6375b4347e"
- SUBMAIL_Sms_Fee = 0.1
- SUBMAIL_Voice_Project = "vTHhS1"
- SUBMAIL_VoiceCall_Fee = 0.15
- VoiceCall_BaseUrl = "https://rtccall.cn-north-1.myhuaweicloud.cn:443"
- VoiceCall_AppKey = "Zy8539Sa61Iv5fo5iGNWLcV24KI1"
- VoiceCall_AppSecret = "KNZ3OFv8eVF7zO5smbr0160WS4Az"
- VoiceCall_Template = "1101dc0ebc154a5a9e7c4e5f11bfdb41"
- VoiceCall_Phone = "+8651668971369"
- VoiceCall_Fee = 0.4
- # 满意度调查
- VoiceCall_Satisfaction_Template1 = "756c9d79a36b4dd4a38c7758cc8becc8"
- VoiceCall_Satisfaction_Template2 = "d11d9d30b19c4d9f92e946698001ec2a"
- VoiceCall_Satisfaction_Template3 = "a3e39b2241c3474ab254513be708d9c3"
- VoiceCall_Satisfaction_Template4 = "a205ebf9f471492691bbcb8266a12a8c"
- VoiceCall_Satisfaction_Template5 = "db19cfdc2c474c1f95864db1ff45f66e"
- Weixin_PwdKey = "oKk5Bbq4Cf1u2AJXjvj1a0h9tqk8sdfg"
- Weixin_Notify = "https://follow.baozhida.cn/api/Wx/Notify"
|