Created
May 21, 2019 05:01
-
-
Save section-io-gists/c720b97f695ccabccf75c39239deb0c6 to your computer and use it in GitHub Desktop.
Kraken Module configuration in Section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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