You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add support for setting API and Secret keys via environment variables? I see this in your provider_test.go file already, but not in the actual provider functionality.
The text was updated successfully, but these errors were encountered:
In theory the EnvDefaultFunc should be able to capture the environment variable apikey and secretkey... it would be great if they updated their docs and followed the uppercase convention when naming their env var inputs
Could you add support for setting API and Secret keys via environment variables? I see this in your
provider_test.go
file already, but not in the actual provider functionality.The text was updated successfully, but these errors were encountered: