summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
from:
to:
context:
space:
mode:
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