aboutsummaryrefslogtreecommitdiff
path: root/pipkin.json.example
blob: 56db54662be857135805a64412db028fafc49abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "host": "127.0.0.1",
    "port": "8085",
    "proxied": false,
    "buckets": {
        "example-bucket": {
            "keyID": "XXXXXXXXXXXXXXXXXXXXXXXXX",
	    "appKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
            "region": "us-west-001",
            "endpoint": "https://example-bucket.s3.us-west-001.backblazeb2.com",
	    "host": "example-bucket.s3.us-west-001.backblazeb2.com"
        }
    },
    "hosts": {
        "media.example.org": {
            "bucket": "example-bucket",
            "path": "/media.example.org/",
	    "index": "",
	    "autoindex": true
        },
        "example.org": {
            "bucket": "example-bucket",
            "path": "/example.org/",
	    "index": "index.html",
	    "autoindex": false
        }
    }
}