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 ###############################
|
||||
# Cloudflare (https://dash.cloudflare.com/profile/api-tokens)
|
||||
CLOUDFLARE_EMAIL=
|
||||
CLOUDFLARE_ZONE_ID=00000000000000000000000000000000
|
||||
CLOUDFLARE_API_KEY=0000000000000000000000000000000000000000
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ const CLOUDFLARE = {
|
|||
'User-Agent': userAgent,
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': `Bearer ${process.env.CLOUDFLARE_API_KEY}`,
|
||||
'X-Auth-Email': process.env.CLOUDFLARE_EMAIL,
|
||||
};
|
||||
|
||||
const ABUSEIPDB = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue