Remove CLOUDFLARE_EMAIL

This commit is contained in:
Sefinek 2024-11-10 01:06:32 +01:00
parent a83c440284
commit 96e2635d2d
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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 = {