File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
services/frontend/react_app/src/pages Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ To run frontend you could easily run with `air` that helps with hot-reload.
3434
3535Before running ` air ` or manual steps you have to set up the following env
3636``` shell
37- export KAFKA_BROKER=kafka-headless.namespace .svc:9092
38- export REDIS_ADDR=redis.namespace .svc:6379
39- export FRONTEND_LOCATION_ADDR=location.namespace .svc:8081
37+ export KAFKA_BROKER=kafka-headless.${NAMESPACE} .svc:9092
38+ export REDIS_ADDR=redis.${NAMESPACE} .svc:6379
39+ export FRONTEND_LOCATION_ADDR=location.${NAMESPACE} .svc:8081
4040```
4141
4242Now let's run the frontend
Original file line number Diff line number Diff line change @@ -229,4 +229,4 @@ export const HomePage = () => {
229229 </ HStack >
230230 </ MainLayout >
231231 )
232- }
232+ }
You can’t perform that action at this time.
0 commit comments