-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 1.79 KB
/
.env.example
File metadata and controls
40 lines (33 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# =============================================================================
# Environment Variables for ad-blocking toolkit
# Copy this file to .env and fill in your values
# =============================================================================
# SECURITY: Never commit .env files with real credentials!
# This file is tracked in git as an example. Your .env file is gitignored.
# =============================================================================
# =============================================================================
# Debug Configuration
# =============================================================================
# Enable debug mode (set to 1, true, or any non-empty value to enable)
DEBUG=
# =============================================================================
# AdGuard DNS API Configuration
# =============================================================================
# API Key for AdGuard DNS (required for API access)
ADGUARD_API_KEY=
# API Base URL (optional, defaults to https://api.adguard-dns.io)
ADGUARD_API_BASE_URL=
# =============================================================================
# AdGuard Webhook Configuration
# =============================================================================
# Webhook endpoint URL for notifications and updates
ADGUARD_WEBHOOK_URL=
# =============================================================================
# Linear Integration (for Linear import scripts in src/linear/)
# =============================================================================
# Linear API key for project management integration
ADGUARD_LINEAR_API_KEY=
# Linear team ID (optional, defaults to first team)
ADGUARD_LINEAR_TEAM_ID=
# Linear project name (optional)
ADGUARD_LINEAR_PROJECT_NAME=