init: initial commit

This commit is contained in:
Blizzard
2026-02-06 14:44:06 +08:00
commit 3115b58cb2
133 changed files with 25889 additions and 0 deletions
+90
View File
@@ -0,0 +1,90 @@
system:
addr: 8888
db-type: mysql
router-prefix: ""
enable-captcha: 0
oss-type: minio
# oss-type: tencent-cos
jwt:
buffer-time: 2h
expires-time: 2h
issuer: sundynix
signing-key: 9149f2eb-d517-4a50-a03a-231dbcf0d872
# 植趣微信小程序
mini-program:
app-id: wxb463820bf36dd5d6
app-secret: 731784a74c76c6d31fa00bb847af2c7d
# 植趣服务号
service-account:
app-id: wxc236cddde8e7f863
app-secret: 26c1fcecfc98a748d8916355623c975c
wechat-pay:
mch-id: 1735188493 # 商户号
mch-certificate-serial-number: 3725BFCA9CA3AF819AEC5D0CB7D3540BBC67F2CF # 商户证书序列号
public-key-id: PUB_KEY_ID_0117351884932025120900181833003602 # 商户APIv3密钥对应的公钥
mch-api-v3-key: a1B2c3D4e5F6g7H8i9J0k1L2m3N4o5P6 # 商户APIv3密钥
private-key-path: /Users/blizzard/privateFolder/cert/apiclient_key.pem # 商户APIv3密钥对应的私钥
public-key-path: /Users/blizzard/privateFolder/cert/pub_key.pem # 商户APIv3密钥对应的公钥
notify-url: https://prod.sundynix.cn/api/wechatpay/notify # 微信支付结果通知回调地址
minio:
access-key-id: qP5QXP3g6Axw1hkwX21Y
access-key-secret: sddT6J3S6yDn9m1wfth0pzelPg9KWmbHjMAUF5S9
base-path: ""
bucket-name: sundynix-plant
bucket-url: https://res.sundynix.cn/sundynix-plant
endpoint: 129.28.103.17:3407
use-ssl: false
rocket-mq:
name-space: 192.168.100.140:9876
endpoint: 192.168.100.140:8081 # 5.x版本使用了proxy 默认proxy地址是8081
consumer-group: sundynix-plant
topic: sundynix-plant-generate-library
access-key: ""
secret-key: ""
enable-ssl: false
log-enabled: false
mysql:
config: charset=utf8mb4&parseTime=True&loc=Local
db-name: sundynix_zq_go
engine: ""
log-mode: error
log-zap: true
max-idle-conns: 10
max-open-conns: 100
host: 129.28.103.17
port: "3413"
prefix: "sundynix_"
singular: true
user: root
password: root
redis:
addr: 127.0.0.1:6379
clusteraddrs:
- 172.21.0.3:7000
- 172.21.0.4:7001
- 172.21.0.2:7002
db: 1
# name: ""
# password: "sundynix"
cluster: false
zap:
director: log
encode-level: LowercaseColorLevelEncoder
format: console
level: debug
log-in-console: true
prefix: '[sundynix-zq-server]'
retention-day: 5
show-line: true
stacktrace-key: stacktrace