Skip to content

Commit

Permalink
docs(contrib): encourage new prefix CLOUDFLARE_*
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Sep 29, 2024
1 parent 77a4125 commit 2effb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use:

```sh
cloudflare_ddns:\
:setenv=EMOJI=false,CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN,DOMAINS=YOUR-DOMAINS:\
:setenv=EMOJI=false,CLOUDFLARE_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN,DOMAINS=YOUR-DOMAINS:\
:tc=daemon:
```

Expand Down
2 changes: 1 addition & 1 deletion contrib/systemd/cloudflare-ddns.service.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN
CLOUDFLARE_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN
DOMAINS=example.org,www.example.org,example.io

0 comments on commit 2effb7a

Please sign in to comment.