godaddy-dns
godaddy-dns copied to clipboard
Support environment variables for apiKey and secret config
apiKey
and secret
options in the config file should be made optional and default to something like process.env.GODADDY_DNS_API_KEY
and process.env.GODADDY_DNS_SECRET
respectively.
This will allow to have an alternative (and more secure) way to provide those values.