From da0b6e5b792f1aaa7c4fdb5fbab2a56e5453904d Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 24 Nov 2021 18:39:24 +0100 Subject: [PATCH] add example config --- config.json.example | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..ac2ed94 --- /dev/null +++ b/config.json.example @@ -0,0 +1,35 @@ +{ + "slack_token": "", + "slack_channel": "ytsync-dev", + "internal_apis_endpoint": "http://localhost:15400", + "internal_apis_auth_token": "ytsyntoken", + "lbrycrd_string": "tcp://lbry:lbry@localhost:15200", + "wallet_s3_config": { + "id": "", + "secret": "", + "region": "us-east-1", + "bucket": "ytsync-wallets", + "endpoint": "" + }, + "blockchaindb_s3_config": { + "id": "", + "secret": "", + "region": "us-east-1", + "bucket": "blockchaindbs", + "endpoint": "" + }, + "thumbnails_s3_config": { + "id": "", + "secret": "", + "region": "us-east-1", + "bucket": "thumbnails.lbry.com", + "endpoint": "" + }, + "aws_thumbnails_s3_config": { + "id": "", + "secret": "", + "region": "us-east-1", + "bucket": "thumbnails.lbry.com", + "endpoint": "" + } +} \ No newline at end of file