diff options
| author | 2026-08-01 19:58:57 +0700 | |
|---|---|---|
| committer | 2026-08-01 19:58:57 +0700 | |
| commit | 684d0b6a57d2eb79730ade63baccdc6e59bebc29 (patch) | |
| tree | 956c89c81965b8c974c8497e3719d0b16d332512 /config/config.json | |
| parent | 129e48683f6fc0615b606a737f2afcd50538bb2e (diff) | |
| download | articlator-684d0b6a57d2eb79730ade63baccdc6e59bebc29.tar.gz articlator-684d0b6a57d2eb79730ade63baccdc6e59bebc29.zip | |
feat: repurpose metadata parser as article transcoder for saya.uz andmain
telegram
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 20 |
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 |