diff options
Diffstat (limited to 'pipkin.json.example')
-rw-r--r-- | pipkin.json.example | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/pipkin.json.example b/pipkin.json.example new file mode 100644 index 0000000..56db546 --- /dev/null +++ b/pipkin.json.example @@ -0,0 +1,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 + } + } +} |