add config.json.example

This commit is contained in:
Peter Cai 2020-02-19 17:17:44 +08:00
parent 008db6cf8c
commit 3169a7825f
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 11 additions and 0 deletions

11
config.json.example Normal file
View File

@ -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"
}
}