mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 06:03:42 +08:00
37 lines
1.3 KiB
Properties
37 lines
1.3 KiB
Properties
#todo 记得把这些配置信息补充了
|
|
##################mysql配置##################
|
|
mallchat.mysql.ip=127.0.0.1
|
|
mallchat.mysql.port=3306
|
|
mallchat.mysql.db=mallchat
|
|
mallchat.mysql.username=root
|
|
mallchat.mysql.password=root
|
|
##################redis配置##################
|
|
mallchat.redis.host=127.0.0.1
|
|
mallchat.redis.port=6379
|
|
mallchat.redis.password=123456
|
|
##################jwt##################
|
|
mallchat.jwt.secret=dsfsdfsdfsdfsd
|
|
##################微信公众号信息##################
|
|
mallchat.wx.callback=http://vastmiao.natapp1.cc
|
|
mallchat.wx.appId=wxcf8d045747fb2ae4
|
|
mallchat.wx.secret=e484463d627787f50a8cc3a869cf82a8
|
|
# 接口配置里的Token值
|
|
mallchat.wx.token=sdfsf
|
|
# 接口配置里的EncodingAESKey值
|
|
mallchat.wx.aesKey=sha1
|
|
##################OSS配置##################
|
|
oss.enabled=true
|
|
oss.type=minio
|
|
oss.endpoint=http://localhost:9000
|
|
oss.access-key=BEZ213
|
|
oss.secret-key=Ii4vCMIXuFe241dsfEZ8e7RXI2342342kV
|
|
oss.bucketName=default
|
|
##################gpt配置##################
|
|
mallchat.chatgpt.use=true
|
|
mallchat.chatgpt.uid=10451
|
|
mallchat.chatgpt.modelName=gpt-3.5-turbo
|
|
mallchat.chatgpt.key=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
|
|
mallchat.chatgpt.proxyUrl=https://123.cc
|
|
mallchat.chatglm2.use=true
|
|
mallchat.chatglm2.url=http://v32134.cc
|
|
mallchat.chatglm2.uid=10452 |