-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.properties.example
More file actions
19 lines (15 loc) · 915 Bytes
/
Copy pathsecrets.properties.example
File metadata and controls
19 lines (15 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to secrets.properties and fill in values
# NEVER commit secrets.properties
GATEWAY_URL=wss://gateway.example.com
GATEWAY_TOKEN=your-ironjaw-gateway-token-here
# Optional: cc-bridge v2 daemon on workstation (direct WS). Blank = use Ironjaw fallback.
CC_BRIDGE_URL=
# Phone-local cc-bridge daemon (Termux/proot). Set these when building the APK FOR the phone.
# The token is the daemon's own CC_BRIDGE_TOKEN (/root/.cc-bridge-token), NOT the gateway token.
PHONE_CC_BRIDGE_URL=ws://localhost:18790/cc/ws
PHONE_CC_BRIDGE_TOKEN=your-phone-cc-bridge-token-here
# Phase 3: docker-host's Meshnet IP that GATEWAY_URL's hostname is pinned to (skip DNS on the
# Meshnet path). Default 198.51.100.41. Override only if the Meshnet IP changes.
MESHNET_IP=198.51.100.41
# Phase 4: shared secret gating UiActionReceiver (drive-other-apps bridge); must match the phone ui-* wrappers.
UI_BRIDGE_SECRET=changeme-ui-secret