Skip to content

Commit

Permalink
Replace the internet with dev server
Browse files Browse the repository at this point in the history
This replaces the vague formulation `the internet`with the default target
for API calls.
  • Loading branch information
geichelberger committed May 28, 2024
1 parent df0fb4e commit 5eb155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ of the admin UI, and automatically opens a browser tab pointed to it.
The build and the browser tab should automatically refresh on every change you make
to the codebase.

This assumes you have an internet connection to which the development server will then proxy all the backend request,
The default target for API calls is `https://develop.opencast.org` to which the development server will proxy all the backend request,
authenticating them as user `admin` with password `opencast`.

If you want to work with a different Opencast and/or user, you can change the command thusly:
Expand Down

0 comments on commit 5eb155e

Please sign in to comment.