disable soft delete by default

This commit is contained in:
medcl 2023-10-23 22:03:12 +08:00
parent e70f7ed900
commit 0830442bfc
1 changed files with 1 additions and 0 deletions

View File

@ -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