Skip to content

Commit d372463

Browse files
committed
Merge branch 'make-ui-more-app-real' of github.com:signadot/hotrod into make-ui-more-app-real
2 parents 5c92f2b + 417e578 commit d372463

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ To run frontend you could easily run with `air` that helps with hot-reload.
3434

3535
Before 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

4242
Now let's run the frontend

services/frontend/react_app/src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ export const HomePage = () => {
229229
</HStack>
230230
</MainLayout>
231231
)
232-
}
232+
}

0 commit comments

Comments
 (0)