summaryrefslogtreecommitdiff
path: root/config/config.json
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-09-03 22:22:44 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-09-03 22:22:44 +0700
commit01e74276577b46dcebb8917f6d23ec150a70ad70 (patch)
treed56610b8d6dd99fac17122c463a7b663039db38b /config/config.json
parent007368ef290d935312a5cd2883b07cc53c38cea3 (diff)
downloadarticlator-01e74276577b46dcebb8917f6d23ec150a70ad70.tar.gz
articlator-01e74276577b46dcebb8917f6d23ec150a70ad70.zip
feat: new draft and prod mode
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index a48f0ff..985dd55 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,6 +1,12 @@
{
"LogLevel": "debug",
- "MaxConcurrentJobs": 8,
+ "MaxConcurrentJobs": 10,
+ "DraftMode": {
+ "Enabled": true,
+ "DraftSuffix": ".draft.md",
+ "ProdSuffix": ".md",
+ "UpdateAlways": false
+ },
"Storage": {
"Type": "b2",
"Config": {