disable soft delete by default
This commit is contained in:
parent
e70f7ed900
commit
0830442bfc
|
@ -284,6 +284,7 @@ configs:
|
|||
interval: "10s"
|
||||
servers: # config servers
|
||||
- "http://localhost:9000"
|
||||
soft_delete: false
|
||||
max_backup_files: 5
|
||||
tls: #for mTLS connection with config servers
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue