123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- server:
- port: 8099
- servlet:
- context-path: /pro
- spring:
-
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- url: jdbc:mysql://127.0.0.1:3307/smart_face?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
- username: root
- password: 1234
-
- druid:
- stat-view-servlet:
- enabled: true
- web-stat-filter:
- enabled: true
- filter:
- config:
- enabled: true
-
- redis:
-
- database: 1
-
- host: 127.0.0.1
-
- port: 6379
-
-
-
- timeout: 1000ms
- lettuce:
- pool:
-
- max-active: 200
-
- max-wait: -1ms
-
- max-idle: 10
-
- min-idle: 0
-
-
- myconfig:
-
- domain: http://192.168.1.3:8099
- ip: 192.168.3.27
- net-ip: 192.168.3.27
- heart-port: 9999
- command-port: 8888
- command-prefix: "command:"
- heart-prefix: "heart:"
- gate-port: 8131
- limit-user-count: 45000
- wx:
- enable: true
- app-id: wxd40a34141872bf0c
- app-secret: 2e6a69fab1fbab60369ebd21b0882f3e
- access-token-key: wechat:base_token_key
- js-api-ticket-key: wechat:jsapi_ticket_key
- access-token-url: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${wx.app-id}&secret=${wx.app-secret}
- auth-login-url: https://open.weixin.qq.com/connect/oauth2/authorize?appid=${wx.app-id}&redirect_uri=REDIRECT_URI&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
- js-api-token-url: https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=ACCESS_TOKEN&type=jsapi
- openid-url: https://api.weixin.qq.com/sns/oauth2/access_token?appid=${wx.app-id}&secret=${wx.app-secret}&code=CODE&grant_type=authorization_code
- send-msg-url: https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=ACCESS_TOKEN
- domain: http://127.0.0.1:8080/h5
- report-detail: ${wx.domain}/pages/detail/report-detail
- temperature-error-template: WtTlUMCtJp6dSPXLJg_RdsmX4811aDkEkHuX0Txfgfg
- health-status-template: IEzVk2HCvctwXZzaGaElWQpRskolYlZSahTZXbJhuVM
- ocr-config:
- app-id: 26598295
- app-key: n42E1NMa44BAZDdCxGC6tp7Q
- secret-key: 0BSS01iVb3GWROCnHzRpLdMEGpMqb3vS
- access-token-url: https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=${ocr-config.app-key}&client_secret=${ocr-config.secret-key}
- accurateUrl: https://aip.baidubce.com/rest/2.0/ocr/v1/accurate?access_token=ACCESS_TOKEN
|