chore: add assets config template and update gitignore

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 18:17:54 +08:00
parent 81feca7814
commit 7f52375115
3 changed files with 28 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ __pycache__/
*.egg-info/ *.egg-info/
dist/ dist/
build/ build/
backups/
scan/

14
assets/config.toml Normal file
View File

@@ -0,0 +1,14 @@
# 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"
[delete]
# batch_size = 100
# delay_ms = 300

12
assets/s101.toml Normal file
View File

@@ -0,0 +1,12 @@
[azure]
connection_string = "AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://192.168.9.101:10000/devstoreaccount1;QueueEndpoint=http://192.168.9.101:10001/devstoreaccount1;TableEndpoint=http://192.168.9.101:10002/devstoreaccount1;"
[scan]
page_size = 500
delay_ms = 200
scan_dir = "./scan"
[delete]
batch_size = 100
delay_ms = 300