How to setup cloudflare.cfg in Python Wrapper?
Essentially, where to put the file? I tried creating the config file in different directory.
It ends up cannot find token/email.
1 Reply
I haven't played around with the python wrapper before but the docs say
.cloudflare.cfg
, note the leading period
https://github.com/cloudflare/python-cloudflare/blob/b2e077cdba717ccae36f6245196a80210b65d5d3/CloudFlare/read_configs.py#L38