Skip to content

Instantly share code, notes, and snippets.

@section-io-gists
Created May 21, 2019 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save section-io-gists/c720b97f695ccabccf75c39239deb0c6 to your computer and use it in GitHub Desktop.
Save section-io-gists/c720b97f695ccabccf75c39239deb0c6 to your computer and use it in GitHub Desktop.
Kraken Module configuration in Section
{
"api_key": "<Kraken API Key>",
"api_key_secret": "<Kraken API Secret",
"cache_version": "v1",
"lossy": true,
"enabled": true,
"ttl": 604800,
"s3": {
"key": "<S3 Bucket Key>",
"secret": "<S3 Bucket Secret>",
"region": "<S3 Bucket Region>",
"bucket": "<S3 Bucket Name>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment