From 87f553661b29cdaa4b4c54e2ef5c1f567f513202 Mon Sep 17 00:00:00 2001 From: Eric Nicholas Barrett Date: Wed, 21 Jun 2023 20:54:14 +0400 Subject: [PATCH] add csb_db config to exapmle.orchestration.yaml Added an example config section to the example.orchestration.yaml file to clarify how to store info about what's been archived and also stores the archive result --- example.orchestration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.orchestration.yaml b/example.orchestration.yaml index 19082d8..8fbc914 100644 --- a/example.orchestration.yaml +++ b/example.orchestration.yaml @@ -112,10 +112,11 @@ configurations: private: false # with 'random' you can generate a random UUID for the URL instead of a predictable path, useful to still have public but unlisted files, alternative is 'default' or not omitted from config key_path: random - gdrive_storage: path_generator: url filename_generator: random root_folder_id: folder_id_from_url oauth_token: secrets/gd-token.json # needs to be generated with scripts/create_update_gdrive_oauth_token.py service_account: "secrets/service_account.json" + csv_db: + csv_file: "./local_archive/db.csv"