- 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
354 B
TOML
16 lines
354 B
TOML
|
|
[azure]
|
|
connection_string = "DefaultEndpointsProtocol=https;AccountName=n3ordersmokestorage;AccountKey=aETnv18XBLUDVg7W1fu9ilnKchdLRy2sI2pJJyzqG6R/fqwcnIoSm7eM8ObyXFQAsvZrddZZTBN0+AStnOK/wg==;EndpointSuffix=core.windows.net;"
|
|
|
|
[scan]
|
|
page_size = 500
|
|
delay_ms = 200
|
|
scan_dir = "./scan"
|
|
|
|
[backup]
|
|
retain_days = 1
|
|
|
|
[delete]
|
|
batch_size = 100
|
|
delay_ms = 300
|