Skip to content

Commit 8d2a71f

Browse files
committed
Remove remaining relay URL references from README examples
- Remove REACT_APP_NOSTR_RELAY_URLS from development and production examples - Update configuration comments to reflect panel API usage - Remove relay URLs from manual override section - Complete cleanup of obsolete relay configuration documentation
1 parent 4be9619 commit 8d2a71f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ REACT_APP_ASSETS_BUCKET=http://localhost
157157
REACT_APP_DEMO_MODE=false
158158
REACT_APP_BASENAME=
159159
160-
# Nostr relay configuration for profile fetching
161-
# REACT_APP_NOSTR_RELAY_URLS=wss://your-relay1.com,wss://your-relay2.com,wss://your-relay3.com
160+
# Nostr operations now use panel API - no relay URLs needed
162161
163162
# More info https://create-react-app.dev/docs/advanced-configuration
164163
ESLINT_NO_DEV_ERRORS=true
@@ -181,8 +180,7 @@ REACT_APP_DEMO_MODE=false
181180
REACT_APP_BASENAME=
182181
PUBLIC_URL=
183182
184-
# Optional: Custom Nostr relay URLs (comma-separated list)
185-
# REACT_APP_NOSTR_RELAY_URLS=wss://your-relay1.com,wss://your-relay2.com
183+
# Nostr operations now use panel API - no relay URLs needed
186184
187185
# Development optimizations
188186
ESLINT_NO_DEV_ERRORS=true
@@ -268,7 +266,6 @@ Controls the React app's routing base path:
268266

269267
**Manual Override** (development only):
270268
- **REACT_APP_BASE_URL**: Panel API endpoint (dev mode only)
271-
- **REACT_APP_NOSTR_RELAY_URLS**: Additional Nostr relays (optional)
272269

273270
### Demo Mode
274271
Set `REACT_APP_DEMO_MODE=true` to enable demo functionality with mock data.

0 commit comments

Comments
 (0)