-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 796 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (14 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ExploitLens local environment. Copy to .env and fill in your own values.
# .env is git-ignored; this file is the tracked template and must never contain
# a real endpoint, token, key, or absolute path.
# Loopback bind address for the local runner API. The runner is never exposed
# publicly, so this should stay a loopback address.
EXPLOITLENS_RUNNER_HOST=127.0.0.1
# Port for the local runner API.
EXPLOITLENS_RUNNER_PORT=5174
# Fork RPC endpoint used when a manifest declares a forked chain. The manifest
# stores only the alias; the URL stays here and is redacted from every artifact
# and log. Leave blank unless you are running a fork-based case.
# Example shape only, not a working endpoint:
# EXPLOITLENS_RPC_MAINNET=https://<your-provider-host>/<your-key>
EXPLOITLENS_RPC_MAINNET=