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
{{ message }}
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
ADD: Ability to set cloudflare configs in API calls (#29)
* ADD: Ability to override environment variables for CF
Currently, each instance of the application can only use one CF account by setting details in the environment variables.
Now you can define a cloudflare_email and cloudflare_api_key params and they will override the environment variables on each call.
* DEL: console logging that shouldn't be there
* UPDATE: Remove all references to the environment variables
assert_equal"[Zone: substrakt.com - Domains: www.substrakt.com, substrakt.com] ----> This is a test message",Logger.log('This is a test message',generator: a)
0 commit comments