13 lines
453 B
TOML
13 lines
453 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"
|
|
|
|
[delete]
|
|
batch_size = 100
|
|
delay_ms = 300
|