[M] add local.toml
This commit is contained in:
12
assets/local.toml
Normal file
12
assets/local.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user