updated the config files to a tempalte/local standard format

This commit is contained in:
2026-08-18 13:53:28 -05:00
parent 07472711e7
commit 5e0fbdbf70
11 changed files with 42 additions and 4 deletions

49
config.template.ini Normal file
View File

@@ -0,0 +1,49 @@
# ---------------------------------------------------------------------------
# TEMPLATE CONFIG — tracked in git. Do NOT edit for a specific machine.
#
# On first run the scripts copy this file to `config.ini` (which is git-ignored)
# and use that. Edit `config.ini` for this machine's paths/settings so your
# local changes never drift the repo. To reset a machine, delete `config.ini`
# and re-run; it will be recreated from this template.
# ---------------------------------------------------------------------------
[paths]
# Point these at the current engagement's directories
backup_dir = C:\Migration\Backups
export_dir = C:\Migration\Export
output_dir = C:\Migration\Output
drawer_id_file = C:\Migration\drawer_ids.txt
completed_file = C:\Migration\completed.txt
ignore_file = C:\Migration\ignore.txt
crashed_file = C:\Migration\crashed.txt
log_file = C:\Migration\run_log.txt
verify_report = C:\Migration\verify_report.txt
report_html = C:\Migration\progress_report.html
screenshot_dir = C:\Migration\screenshots
manifest_dir = C:\Migration\manifests
folder_list = fccs_folders.txt
[timeouts]
nav_timeout = 15
dialog_timeout = 15
progress_appear = 30
progress_finish = 7200
settle = 1.0
select_timeout = 180
confirm_timeout = 60
[controls]
main_class = CSIFCAB
drawer_box_title = << Enter dra&wer ID or name >>
go_button_title = Go
dialog_title = Send To File Location
dialog_class = #32770
select_btn_title = &Select ->
ok_btn_title = OK
progress_title = Exporting Documents
progress_class = #32770
saved_title = "Send to" file saved
saved_class = #32770
saved_ok_title = OK
error_title = FileCabinet CS
error_class = #32770