- 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>
16 lines
479 B
TOML
16 lines
479 B
TOML
|
|
[azure]
|
|
connection_string = "AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://localhost:10000/devstoreaccount1;QueueEndpoint=http://localhost:10001/devstoreaccount1;TableEndpoint=http://localhost:10002/devstoreaccount1;"
|
|
|
|
[scan]
|
|
page_size = 500
|
|
delay_ms = 200
|
|
scan_dir = "./scan"
|
|
|
|
[backup]
|
|
retain_days = 1
|
|
|
|
[delete]
|
|
batch_size = 100
|
|
delay_ms = 300
|