diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..f1b95e4 --- /dev/null +++ b/config.json.example @@ -0,0 +1,11 @@ +{ + "aws": { + "accessKeyId": "MY_ACCESS_KEY", + "secretAccessKey": "TOP_SECRET", + "region": "some-region-1" + }, + "s3": { + "endpoint": "https://s3.amazonaws.com", + "bucket": "my-awesome-bucket" + } +} \ No newline at end of file