mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-24 06:49:59 +02:00
Generalize E2E harness env for any fleet participant onion host.
REMOTE_PARTICIPANT_ONION aliases PETE_ONION so the same script can target a non-Pete peer once deployed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -40,7 +40,7 @@ TOR_ONLY = os.environ.get("E2E_DM_TOR_ONLY", "0").strip().lower() not in {
|
||||
"false",
|
||||
"no",
|
||||
}
|
||||
PETE_ONION = os.environ.get(
|
||||
PETE_ONION = os.environ.get("REMOTE_PARTICIPANT_ONION") or os.environ.get(
|
||||
"PETE_ONION",
|
||||
"nwbs4ur2usffb7lk3vyffhaqrijry544vmfjkk3qbrhvoh4v26fwxlid.onion:8000",
|
||||
).strip()
|
||||
|
||||
Reference in New Issue
Block a user