summaryrefslogtreecommitdiff
path: root/config/config.json
blob: 985dd55df05eee64654d852c8596232e2b6c8e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}"
        }
    }
}