diff options
author | Jordan <me@jordan.im> | 2024-01-21 12:09:39 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2024-01-21 12:09:39 -0700 |
commit | 22a894c813bab20665ed5830e253d967aefb2e8b (patch) | |
tree | 57de00adeb25f18d3888faffab1f97ebace57783 /pipkin.json.example | |
download | pipkin-22a894c813bab20665ed5830e253d967aefb2e8b.tar.gz pipkin-22a894c813bab20665ed5830e253d967aefb2e8b.zip |
initial commit
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 + } + } +} |