summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-07-30 20:58:44 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-07-30 20:58:44 +0700
commit924c717ed86c9f6fa23973d8b36cc2b3904ebb4c (patch)
tree03345edbadc6426961b4501568315601d6114e30 /config/config.json
parent68d671127bd03c019081599d069810a81f871095 (diff)
downloadarticlator-924c717ed86c9f6fa23973d8b36cc2b3904ebb4c.tar.gz
articlator-924c717ed86c9f6fa23973d8b36cc2b3904ebb4c.zip
feat: basic metadata extractor
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json13
1 files changed, 13 insertions, 0 deletions
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