app.properties 831 B

12345678910111213141516171819
  1. # ?????(??)
  2. wx.miniapp.appid = appId
  3. wx.miniapp.secret = @secret
  4. wx.miniapp.token = @token
  5. wx.miniapp.aesKey = @aesKey
  6. wx.miniapp.msgDataFormat = @msgDataFormat # ?????XML??JSON.
  7. # ????redis(??)
  8. # ??: ??redis.host???????????redis??(JedisPool)
  9. wx.miniapp.config-storage.type = Jedis # ????: Memory(??), Jedis, RedisTemplate
  10. wx.miniapp.config-storage.key-prefix = wa # ??redis????: wa(??)
  11. wx.miniapp.config-storage.redis.host = 127.0.0.1
  12. wx.miniapp.config-storage.redis.port = 6379
  13. # http?????
  14. wx.miniapp.config-storage.http-client-type=HttpClient # http?????: HttpClient(??), OkHttp, JoddHttp
  15. wx.miniapp.config-storage.http-proxy-host=
  16. wx.miniapp.config-storage.http-proxy-port=
  17. wx.miniapp.config-storage.http-proxy-username=
  18. wx.miniapp.config-storage.http-proxy-password=