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