feat: 初始化redis
This commit is contained in:
+10
-3
@@ -16,10 +16,17 @@ mysql:
|
||||
singular: false
|
||||
user: root
|
||||
password: root
|
||||
|
||||
redis:
|
||||
host: 192.168.100.127
|
||||
password: sundynix
|
||||
port: 6379
|
||||
addr: 127.0.0.1:6379
|
||||
clusteraddrs:
|
||||
- 172.21.0.3:7000
|
||||
- 172.21.0.4:7001
|
||||
- 172.21.0.2:7002
|
||||
db: 0
|
||||
name: ""
|
||||
password: "sundynix"
|
||||
cluster: false
|
||||
|
||||
|
||||
# zap日志配置
|
||||
|
||||
Reference in New Issue
Block a user