- 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>
18 lines
260 B
TOML
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
|