Skip to content

Commit 47e2b9e

Browse files
committed
Update default ports and clean up unused assets
1 parent 3a72ecf commit 47e2b9e

14 files changed

Lines changed: 4 additions & 11 deletions

.env.development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
REACT_APP_BASE_URL=http://localhost:4413
2-
REACT_APP_WALLET_BASE_URL=http://localhost:9003
1+
REACT_APP_BASE_URL=http://localhost:11003
2+
REACT_APP_WALLET_BASE_URL=http://localhost:11004
33
REACT_APP_ASSETS_BUCKET=http://localhost
44
REACT_APP_DEMO_MODE=false
55
REACT_APP_BASENAME=

.env.production

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
# Production Environment Configuration
22
# Panel integrated into relay server
3-
43
# Base URL for API calls (auto-updated by build script based on config.yaml port + 2)
5-
REACT_APP_BASE_URL=http://localhost:9002
6-
4+
REACT_APP_BASE_URL=http://localhost:11002
75
# Demo mode (set to false for production)
86
REACT_APP_DEMO_MODE=false
9-
107
# Wallet operations now routed through panel API - no direct URL needed
11-
128
# Router configuration (empty since served from relay server root)
139
REACT_APP_BASENAME=
1410
PUBLIC_URL=/
15-
1611
# Asset serving configuration (optional - adjust for your domain)
1712
# REACT_APP_ASSETS_BUCKET=https://your-domain.com
18-
1913
# Nostr operations now use panel API - no relay URLs needed
20-
2114
# Development optimizations
2215
ESLINT_NO_DEV_ERRORS=true
23-
TSC_COMPILE_ON_ERROR=true
16+
TSC_COMPILE_ON_ERROR=true
-52.7 KB
Binary file not shown.
-34.7 KB
Binary file not shown.
-77.1 KB
Binary file not shown.

src/assets/images/login-bg.webp

-130 KB
Binary file not shown.

src/assets/images/new-lane.webp

-4.82 KB
Binary file not shown.

src/assets/images/profile10.webp

-34.6 KB
Binary file not shown.

src/assets/images/profile11.jpg

23.1 KB
Loading

src/assets/images/profile11.png

-131 KB
Binary file not shown.

0 commit comments

Comments
 (0)