app.conf 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. appname = eta_chart_lib
  2. httpport = 8616
  3. runmode = dev
  4. autorender = false
  5. copyrequestbody = true
  6. EnableDocs = true
  7. run_mode=debug
  8. EnableAdmin = true
  9. AdminPort = 8700
  10. app_name_cn = "弘则ETA-管理后台"
  11. system_type = hz
  12. [debug]
  13. mysql_url = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_eta?charset=utf8mb4&loc=Asia%2FShanghai
  14. mysql_url_rddp = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_v2_hongze_rddp?charset=utf8mb4&loc=Asia%2FShanghai
  15. mysql_url_edb = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/edb?charset=utf8mb4&loc=Asia%2FShanghai
  16. mysql_url_data = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_data?charset=utf8mb4&loc=Asia%2FShanghai
  17. mysql_url_gl = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_data_gl?charset=utf8mb4&loc=Asia%2FShanghai
  18. ; redis配置
  19. beego_cache = {"key":"redis","conn":"8.136.199.33:6379","password":"B6gVMFqzoM9JvyDU"}
  20. ; 系统相关配置
  21. libre_office_path = "/Applications/LibreOffice.app/Contents/MacOS/soffice"
  22. des_key = "6WpHp4vSvLVQK8SLioNZ7WMq"
  23. ppt2_image_url = "http://127.0.0.1:8086/v1/image/ppt2img"
  24. static_dir = "static/imgs/"
  25. email_send_to_users = "glji@hzinsights.com;pyan@hzinsights.com;cxzhang@hzinsights.com;zwxi@hzinsights.com;hsun@hzinsights.com"
  26. ; 公共指标库地址
  27. ; edb_lib_url = http://8.136.199.33:8300/edbapi/
  28. edb_lib_url = http://127.0.0.1:8900/edbapi/
  29. edb_lib_md5_key=2342342341asd
  30. app_edb_lib_name_en=eta_index_lib
  31. ; 发送微信模板消息地址
  32. send_wx_template_msg_url = http://127.0.0.1:8086/v1/wechat/send_template_msg
  33. ; 语音分贝处理的地址
  34. handle_video_decibel_url = http://127.0.0.1:8086/v1/report/handle_video_decibel
  35. ; 弘则open api的地址
  36. hongze_open_api_host = http://127.0.0.1:8608
  37. ; 英文研报分享的地址
  38. english_share_url = http://8.136.199.33:8301
  39. ; 策略报告地址
  40. en_policy_report_url = https://en.hzinsights.com/v2api/
  41. ; 微信相关配置
  42. wx_appid = wx9b5d7291e581233a
  43. wx_app_secret = f4d52e34021eee262dce9682b31f8861
  44. wx_id = "gh_5dc508325c6f"
  45. template_id_by_product = -YjuPOB7Fqd-S3ilabYa6wvjDY9aXmeEfPN6DCiy-EY
  46. wx_yb_appid = wxb059c872d79b9967
  47. ; 阿里云相关配置
  48. endpoint = oss-cn-shanghai.aliyuncs.com
  49. bucket_name = "hzchart"
  50. img_host = "https://hzstatic.hzinsights.com/"
  51. upload_dir = "static/images/"
  52. upload_audio_dir = "static/audio/"
  53. access_key_id = "LTAIFMZYQhS2BTvW"
  54. access_key_secret = "12kk1ptCHoGWedhBnKRVW5hRJzq9Fq"
  55. ; 科大讯飞
  56. ; xf_appid = "5ed70e9d"
  57. ; xf_api_key = "d580509ca262e9586fb65a7064d5ce77"
  58. ; xf_api_secret = "a085720dc55850c720fa5576335f847a"
  59. xf_host_url = "wss://tts-api.xfyun.cn/v2/tts"
  60. ; xf_origin = "http://tts-api.xfyun.cn/"
  61. ; xf_vcn = "x2_chaoge"
  62. ; ES索引
  63. data_index_name = "test_hz_data_lib_v20220120"
  64. chart_index_name = "test_hz_chart_lib_v2"
  65. my_chart_index_name = "test_hz_my_chart_v1"
  66. es_report_index_name = "test_research_report_v1"
  67. es_english_report_index_name = "test_english_report_v1"
  68. es_semantic_analysis_doc_index_name = "test_semantic_analysis_v1"
  69. es_url = http://es-cn-nif227b580019rgw6.public.elasticsearch.aliyuncs.com:9200
  70. es_username = "elastic"
  71. es_password = "hongze@2021"
  72. ; CRM-ETA服务
  73. crm_eta_server_url = "http://127.0.0.1:8702"
  74. ; 商家编码
  75. business_code = "E2023080700"
  76. app_name_en = eta_chart_lib
  77. md5_key = eNhAWNZ3qYLACXZrms9HPqKv
  78. [release]
  79. ; eta_chart_lib日志配置
  80. log_path = "/data/etalogs/eta_chart_lib/filelog"
  81. binlog_path = "/data/etalogs/eta_chart_lib/binlog"
  82. apilog_path = "/data/etalogs/eta_chart_lib/apilog"