add config.json.example
This commit is contained in:
parent
008db6cf8c
commit
3169a7825f
1 changed files with 11 additions and 0 deletions
11
config.json.example
Normal file
11
config.json.example
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue