Remove CLOUDFLARE_EMAIL
This commit is contained in:
parent
a83c440284
commit
96e2635d2d
2 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ NODE_ENV=production
|
||||||
|
|
||||||
############################### TOKENS ###############################
|
############################### TOKENS ###############################
|
||||||
# Cloudflare (https://dash.cloudflare.com/profile/api-tokens)
|
# Cloudflare (https://dash.cloudflare.com/profile/api-tokens)
|
||||||
CLOUDFLARE_EMAIL=
|
|
||||||
CLOUDFLARE_ZONE_ID=00000000000000000000000000000000
|
CLOUDFLARE_ZONE_ID=00000000000000000000000000000000
|
||||||
CLOUDFLARE_API_KEY=0000000000000000000000000000000000000000
|
CLOUDFLARE_API_KEY=0000000000000000000000000000000000000000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ const CLOUDFLARE = {
|
||||||
'User-Agent': userAgent,
|
'User-Agent': userAgent,
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'Authorization': `Bearer ${process.env.CLOUDFLARE_API_KEY}`,
|
'Authorization': `Bearer ${process.env.CLOUDFLARE_API_KEY}`,
|
||||||
'X-Auth-Email': process.env.CLOUDFLARE_EMAIL,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const ABUSEIPDB = {
|
const ABUSEIPDB = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue