123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- appname = eta_chart_lib
- httpport = 8616
- runmode = dev
- autorender = false
- copyrequestbody = true
- EnableDocs = true
- run_mode=debug
- EnableAdmin = true
- AdminPort = 8700
- app_name_cn = "弘则ETA-管理后台"
- system_type = hz
- [debug]
- mysql_url = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_eta?charset=utf8mb4&loc=Asia%2FShanghai
- mysql_url_rddp = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_v2_hongze_rddp?charset=utf8mb4&loc=Asia%2FShanghai
- mysql_url_edb = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/edb?charset=utf8mb4&loc=Asia%2FShanghai
- mysql_url_data = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_data?charset=utf8mb4&loc=Asia%2FShanghai
- mysql_url_gl = hz_technology:hongze@2021@tcp(rm-uf67kg347rhjfep5c1o.mysql.rds.aliyuncs.com:3306)/test_hz_data_gl?charset=utf8mb4&loc=Asia%2FShanghai
- ; redis配置
- beego_cache = {"key":"redis","conn":"8.136.199.33:6379","password":"B6gVMFqzoM9JvyDU"}
- ; 系统相关配置
- libre_office_path = "/Applications/LibreOffice.app/Contents/MacOS/soffice"
- des_key = "6WpHp4vSvLVQK8SLioNZ7WMq"
- ppt2_image_url = "http://127.0.0.1:8086/v1/image/ppt2img"
- static_dir = "static/imgs/"
- email_send_to_users = "glji@hzinsights.com;pyan@hzinsights.com;cxzhang@hzinsights.com;zwxi@hzinsights.com;hsun@hzinsights.com"
- ; 公共指标库地址
- ; edb_lib_url = http://8.136.199.33:8300/edbapi/
- edb_lib_url = http://127.0.0.1:8900/edbapi/
- edb_lib_md5_key=2342342341asd
- app_edb_lib_name_en=eta_index_lib
- ; 发送微信模板消息地址
- send_wx_template_msg_url = http://127.0.0.1:8086/v1/wechat/send_template_msg
- ; 语音分贝处理的地址
- handle_video_decibel_url = http://127.0.0.1:8086/v1/report/handle_video_decibel
- ; 弘则open api的地址
- hongze_open_api_host = http://127.0.0.1:8608
- ; 英文研报分享的地址
- english_share_url = http://8.136.199.33:8301
- ; 策略报告地址
- en_policy_report_url = https://en.hzinsights.com/v2api/
- ; 微信相关配置
- wx_appid = wx9b5d7291e581233a
- wx_app_secret = f4d52e34021eee262dce9682b31f8861
- wx_id = "gh_5dc508325c6f"
- template_id_by_product = -YjuPOB7Fqd-S3ilabYa6wvjDY9aXmeEfPN6DCiy-EY
- wx_yb_appid = wxb059c872d79b9967
- ; 阿里云相关配置
- endpoint = oss-cn-shanghai.aliyuncs.com
- bucket_name = "hzchart"
- img_host = "https://hzstatic.hzinsights.com/"
- upload_dir = "static/images/"
- upload_audio_dir = "static/audio/"
- access_key_id = "LTAIFMZYQhS2BTvW"
- access_key_secret = "12kk1ptCHoGWedhBnKRVW5hRJzq9Fq"
- ; 科大讯飞
- ; xf_appid = "5ed70e9d"
- ; xf_api_key = "d580509ca262e9586fb65a7064d5ce77"
- ; xf_api_secret = "a085720dc55850c720fa5576335f847a"
- xf_host_url = "wss://tts-api.xfyun.cn/v2/tts"
- ; xf_origin = "http://tts-api.xfyun.cn/"
- ; xf_vcn = "x2_chaoge"
- ; ES索引
- data_index_name = "test_hz_data_lib_v20220120"
- chart_index_name = "test_hz_chart_lib_v2"
- my_chart_index_name = "test_hz_my_chart_v1"
- es_report_index_name = "test_research_report_v1"
- es_english_report_index_name = "test_english_report_v1"
- es_semantic_analysis_doc_index_name = "test_semantic_analysis_v1"
- es_url = http://es-cn-nif227b580019rgw6.public.elasticsearch.aliyuncs.com:9200
- es_username = "elastic"
- es_password = "hongze@2021"
- ; CRM-ETA服务
- crm_eta_server_url = "http://127.0.0.1:8702"
- ; 商家编码
- business_code = "E2023080700"
- app_name_en = eta_chart_lib
- md5_key = eNhAWNZ3qYLACXZrms9HPqKv
- [release]
- ; eta_chart_lib日志配置
- log_path = "/data/etalogs/eta_chart_lib/filelog"
- binlog_path = "/data/etalogs/eta_chart_lib/binlog"
- apilog_path = "/data/etalogs/eta_chart_lib/apilog"
|