| author | 2025-09-03 22:22:44 +0700 | |
|---|---|---|
| committer | 2025-09-03 22:22:44 +0700 | |
| commit | 01e74276577b46dcebb8917f6d23ec150a70ad70 (patch) | |
| tree | d56610b8d6dd99fac17122c463a7b663039db38b /config/config.json | |
| parent | 007368ef290d935312a5cd2883b07cc53c38cea3 (diff) | |
| download | articlator-01e74276577b46dcebb8917f6d23ec150a70ad70.tar.gz articlator-01e74276577b46dcebb8917f6d23ec150a70ad70.zip | |
feat: new draft and prod mode
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 8 |
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": { |