-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (33 loc) · 1.82 KB
/
Copy path.env.example
File metadata and controls
45 lines (33 loc) · 1.82 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
41
42
43
44
45
# Bright Data Workshop Configuration
# Copy this file to .env and fill in your actual credentials
# Get these from your Bright Data dashboard: https://brightdata.com/cp/zones
# ==============================================================================
# BRIGHT DATA ACCOUNT (REQUIRED)
# ==============================================================================
# Your Bright Data Customer ID (found in your account settings)
BRIGHTDATA_CUSTOMER_ID=hl_xxxxxxxx
# ==============================================================================
# DATACENTER PROXY ZONE
# ==============================================================================
DATACENTER_ZONE=datacenter_proxy
DATACENTER_PASSWORD=your_datacenter_password
# ==============================================================================
# RESIDENTIAL PROXY ZONE
# ==============================================================================
RESIDENTIAL_ZONE=residential_proxy
RESIDENTIAL_PASSWORD=your_residential_password
# ==============================================================================
# WEB UNLOCKER ZONE
# ==============================================================================
WEB_UNLOCKER_ZONE=unlocker
WEB_UNLOCKER_PASSWORD=your_unlocker_password
# ==============================================================================
# SCRAPING BROWSER ZONE
# ==============================================================================
SCRAPING_BROWSER_ZONE=scraping_browser
SCRAPING_BROWSER_PASSWORD=your_scraping_browser_password
# ==============================================================================
# SERP API (uses API token, not proxy credentials)
# ==============================================================================
SERP_API_TOKEN=your_serp_api_token
SERP_API_ZONE=serp