forked from browserless/browserless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev
More file actions
36 lines (29 loc) · 1.03 KB
/
.env.dev
File metadata and controls
36 lines (29 loc) · 1.03 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
# Default threshold for messages
DEBUG=browserless*,-**:verbose
# More Verbose
#DEBUG=browserless*
# Most-est Verbose-est
#DEBUG=*
# Always set a token so browserless so bless doesn't generate one
TOKEN=
# Enable CF solver for local dev
ENABLE_CLOUDFLARE_SOLVER=true
# Enable rrweb replay extension (matches production)
ENABLE_REPLAY=true
# Replay server on Talos worker via NodePort (see infra/kubernetes-workloads.ts:447
# — `replay-external` Service, nodePort 3001 → targetPort 3000). Flatcar VM at
# .200 is decommissioned; replays live in-cluster now. Talos worker = .170.
REPLAY_INGEST_URL=http://192.168.4.170:3001
REPLAY_PLAYER_URL=http://192.168.4.170:3001
# === ELIMINATION TEST FLAGS ===
# Set each to 'true' to disable that feature for A/B testing
# Baseline: everything enabled (normal production state)
DISABLE_EXTENSIONS=false
DISABLE_SCREENXY_EXT=false
DISABLE_REPLAY_EXT=false
DISABLE_BINDING=false
DISABLE_RUNTIME_ENABLE=false
DISABLE_NAVLANG=false
DISABLE_SCREENXY_CDP=false
DISABLE_AUTO_ATTACH=false
DISABLE_CDP_SETUP=false