From 924c717ed86c9f6fa23973d8b36cc2b3904ebb4c Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 30 Jul 2025 20:58:44 +0700 Subject: feat: basic metadata extractor --- config/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/config.json (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..9a49b76 --- /dev/null +++ b/config/config.json @@ -0,0 +1,13 @@ +{ + "LogLevel": "debug", + "Storage": { + "Type": "b2", + "Config": { + "BucketName": "sayana-pages", + "Region": "eu-central-003", + "Prefix": "", + "KeyID": "${B2_KEY_ID}", + "ApplicationKey": "${B2_APPLICATION_KEY}" + } + } +} \ No newline at end of file -- cgit v1.3.1+13