1
0
mirror of synced 2025-12-25 12:08:00 +08:00

🆕 添加 solon-plugins 下的两个新模块

This commit is contained in:
西东
2024-10-09 12:33:11 +08:00
committed by GitHub
parent 17399b59f5
commit 42621285fb
36 changed files with 1737 additions and 11 deletions

View File

@@ -4,8 +4,8 @@ wx.mp.secret=@secret
wx.mp.token=@token
wx.mp.aes-key=@aesKey
wx.mp.use-stable-access-token=@useStableAccessToken
# ????redis(??)
wx.mp.config-storage.type= edis # ????: Memory(??), Jedis, RedisTemplate
wx.mp.config-storage.key-prefix=wx # ??redis????: wx(??)
# ????redis(??) # ????: Memory(??), Jedis, RedisTemplate
wx.mp.config-storage.type=memory
wx.mp.config-storage.key-prefix=wx
wx.mp.config-storage.redis.host=127.0.0.1
wx.mp.config-storage.redis.port=6379