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