blob: 9a49b76c52439c10a15933cc5c2fc36ab94e2d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"LogLevel": "debug",
"Storage": {
"Type": "b2",
"Config": {
"BucketName": "sayana-pages",
"Region": "eu-central-003",
"Prefix": "",
"KeyID": "${B2_KEY_ID}",
"ApplicationKey": "${B2_APPLICATION_KEY}"
}
}
}
|