16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"bucket": "my-application-config",
|
|
"prefix": "production/web",
|
|
"dir": "/srv/myapp/config",
|
|
"hook": "/usr/local/bin/reload-myapp",
|
|
"region": "us-east-1",
|
|
"key_id": "REPLACE_WITH_KEY_ID",
|
|
"application_key": "REPLACE_WITH_APPLICATION_KEY",
|
|
"endpoint_url": "https://s3.us-east-1.amazonaws.com",
|
|
"insecure_skip_verify": false,
|
|
"interval": "1m",
|
|
"http_timeout": "30s",
|
|
"once": false,
|
|
"prune": true
|
|
}
|