Skip to content

Commit 5da01fe

Browse files
authored
Update Frontend Development Guide.md
1 parent 7e7e4df commit 5da01fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Frontend Development Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This guide provides frontend developers with everything needed to integrate with
1212
## 🏗️ Current Frontend Infrastructure
1313

1414
### Deployed Services
15-
- **Frontend Service**: `treetracker-frontend` (Production)
16-
- **Test Environment**: `treetracker-frontend-test`
15+
- **Frontend Service**: `frontend` (Production)
16+
- **Test Environment**: `frontend-test`
1717
- **Access URLs**:
1818
- Production: http://XXX.XX.XX.XXX:X0XXX
1919
- Test: http://XXX.XX.XX.XXX:X0XXX
@@ -23,7 +23,7 @@ This guide provides frontend developers with everything needed to integrate with
2323
```yaml
2424
REACT_APP_ENVIRONMENT: kubernetes
2525
REACT_APP_KEYCLOAK_URL: http://XXX.XX.XX.XXX:X0XXX/keycloak
26-
REACT_APP_KEYCLOAK_REALM: treetracker
26+
REACT_APP_KEYCLOAK_REALM: realm-name
2727
REACT_APP_KEYCLOAK_CLIENT_ID: treetracker-blockchain-auth
2828
REACT_APP_BLOCKCHAIN_AUTH_URL: http://XXX.XX.XX.XXX:X0XXX
2929
REACT_APP_API_URL: /api

0 commit comments

Comments
 (0)