File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ NEXT_PUBLIC_ROLE_REGISTRY_ACCOUNT=
44NEXT_PUBLIC_CHAIN_EVENTS_WS_URL =
55NEXT_PUBLIC_CHAIN_SYNC_POLL_MS = 1000
66NEXT_PUBLIC_CONTRACT_ID =
7+ NEXT_PUBLIC_PROFILE_SERVICE_URL =
8+ NEXT_PUBLIC_RELAYER_PUBLIC_KEY =
9+ NEXT_PUBLIC_VAPID_PUBLIC_KEY =
710STELLAR_NETWORK = testnet
11+ GITHUB_TOKEN =
812RELAYER_VAULT_KEY_PROVIDER = hardware
913RELAYER_VAULT_HARDWARE_BACKED = true
1014RELAYER_VAULT_STELLAR_SECRET_KEY =
Original file line number Diff line number Diff line change @@ -287,9 +287,21 @@ NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org
287287# Optional Horizon account that stores admin/guardian role map entries
288288NEXT_PUBLIC_ROLE_REGISTRY_ACCOUNT=G...
289289
290+ # Optional Guardian profile service base URL
291+ NEXT_PUBLIC_PROFILE_SERVICE_URL=
292+
293+ # Relayer account that stores task consensus data entries
294+ NEXT_PUBLIC_RELAYER_PUBLIC_KEY=G...
295+
296+ # Browser push public key used by notification subscriptions
297+ NEXT_PUBLIC_VAPID_PUBLIC_KEY=
298+
290299# Relayer: target network
291300STELLAR_NETWORK=testnet
292301
302+ # GitHub API token used by server-side PR metadata lookups
303+ GITHUB_TOKEN=
304+
293305# Relayer vault metadata. Store only encrypted vault records in env/config.
294306RELAYER_VAULT_KEY_PROVIDER=hardware
295307RELAYER_VAULT_HARDWARE_BACKED=true
You can’t perform that action at this time.
0 commit comments