summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-08-01 19:58:57 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-08-01 19:58:57 +0700
commit684d0b6a57d2eb79730ade63baccdc6e59bebc29 (patch)
tree956c89c81965b8c974c8497e3719d0b16d332512 /config/config.json
parent129e48683f6fc0615b606a737f2afcd50538bb2e (diff)
downloadarticlator-main.tar.gz
articlator-main.zip
feat: repurpose metadata parser as article transcoder for saya.uz andmain
telegram
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/config.json b/config/config.json
deleted file mode 100644
index 985dd55..0000000
--- a/config/config.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "LogLevel": "debug",
- "MaxConcurrentJobs": 10,
- "DraftMode": {
- "Enabled": true,
- "DraftSuffix": ".draft.md",
- "ProdSuffix": ".md",
- "UpdateAlways": false
- },
- "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