Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..985dd55 --- /dev/null +++ b/config/config.json @@ -0,0 +1,20 @@ +{ + "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 |