Skip to content

Commit

Permalink
make clear ui and backend run on diff ports (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGe00 authored Nov 15, 2023
1 parent 87d451a commit c03b1e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ Then you can interact with the service using your [browser](#coral-service-ui) o

### Coral Service UI
After running `../gradlew bootRun --args='--spring.profiles.active=localMetastore'` (for local metastore mode)
or `../gradlew bootRun` (for remote metastore mode) from coral-service module, configure and start the UI.
or `../gradlew bootRun` (for remote metastore mode) from coral-service module, configure and start the UI.

Please note: The backend service runs on port 8080 (by default) and the web UI runs on port 3000 (by default).

#### To configure environment variables:
1. Create a `.env.local` file in the frontend project's root directory
Expand Down

0 comments on commit c03b1e3

Please sign in to comment.