Files
order-bak/assets/config.toml
tech bc119ff2ae feat: add backup.retain_days config and local docker-compose for integration tests
- Add [backup] retain_days to config (default 1); --days becomes optional
- Add scripts/docker-compose.yml (azurite) for local integration testing
- Integration tests now use assets/local.toml and localhost endpoints
- Update .gitignore and CLAUDE.md accordingly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 13:27:24 +08:00

18 lines
260 B
TOML

# order-bak config template
# Copy to ~/.config/order-bak/config.toml and fill in values
[azure]
connection_string = ""
[scan]
# page_size = 500
# delay_ms = 200
# scan_dir = "./scan"
[backup]
# retain_days = 1
[delete]
# batch_size = 100
# delay_ms = 300