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