File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2424REACT_APP_ENVIRONMENT : kubernetes
2525REACT_APP_KEYCLOAK_URL : http://XXX.XX.XX.XXX:X0XXX/keycloak
26- REACT_APP_KEYCLOAK_REALM : treetracker
26+ REACT_APP_KEYCLOAK_REALM : realm-name
2727REACT_APP_KEYCLOAK_CLIENT_ID : treetracker-blockchain-auth
2828REACT_APP_BLOCKCHAIN_AUTH_URL : http://XXX.XX.XX.XXX:X0XXX
2929REACT_APP_API_URL : /api
You can’t perform that action at this time.
0 commit comments