Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit f9486e6

Browse files
committed
Described the change to the enviornment variables
1 parent 2c4ee60 commit f9486e6

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,19 @@ There is one call that presently doesn't need any email or token certification (
209209

210210
### Using shell environment variables
211211

212+
Note (for latest vewrsion of code):
213+
214+
* `CLOUDFLARE_EMAIL` has replaced `CF_API_EMAIL`.
215+
* `CLOUDFLARE_API_KEY` has replaced `CF_API_KEY`.
216+
* `CLOUDFLARE_API_CERTKEY` has replaced `CF_API_CERTKEY`.
217+
218+
Additionally, these two variables are available for testing purposes:
219+
220+
* `CLOUDFLARE_API_EXTRAS` has replaced `CF_API_EXTRAS`.
221+
* `CLOUDFLARE_API_URL` has replaced `CF_API_URL`.
222+
223+
The older environment variable names can still be used.
224+
212225
```bash
213226
$ export CLOUDFLARE_EMAIL='user@example.com' # Do not set if using an API Token
214227
$ export CLOUDFLARE_API_KEY='00000000000000000000000000000000'

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,19 @@ There is one call that presently doesn’t need any email or token certification
214214
Using shell environment variables
215215
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
216216

217+
Note (for latest vewrsion of code):
218+
219+
- ``CLOUDFLARE_EMAIL`` has replaced ``CF_API_EMAIL``.
220+
- ``CLOUDFLARE_API_KEY`` has replaced ``CF_API_KEY``.
221+
- ``CLOUDFLARE_API_CERTKEY`` has replaced ``CF_API_CERTKEY``.
222+
223+
Additionally, these two variables are available for testing purposes:
224+
225+
- ``CLOUDFLARE_API_EXTRAS`` has replaced ``CF_API_EXTRAS``.
226+
- ``CLOUDFLARE_API_URL`` has replaced ``CF_API_URL``.
227+
228+
The older environment variable names can still be used.
229+
217230
.. code:: bash
218231
219232
$ export CLOUDFLARE_EMAIL='user@example.com' # Do not set if using an API Token

0 commit comments

Comments
 (0)