Skip to content

Commit

Permalink
feature/hitide-profile-local-dev-readme: add note to hitide-profile l…
Browse files Browse the repository at this point in the history
…ocal dev readme
  • Loading branch information
jbyrne committed Oct 3, 2024
1 parent de5e393 commit 9af7546
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,10 @@ USE hitide_profile;
SHOW TABLES;
```

You should see the tables created by the setup script.
You should see the tables created by the setup script.

### Note:
In HiTIDE UI code in the **hitideConfig.js** file, make sure you set the **hitideProfileOrigin** variable to where your local hitide-profile instance is running so the frontend knows where to find hitide-profile. For example:
```
var hitideProfileOrigin = "http://localhost:8080/hitide/api";
```

0 comments on commit 9af7546

Please sign in to comment.