From 5eb155e2c097590b30e08769a1f713bb235ba5cb Mon Sep 17 00:00:00 2001 From: Gregor Eichelberger Date: Wed, 29 May 2024 00:02:52 +0200 Subject: [PATCH] Replace the internet with dev server This replaces the vague formulation `the internet`with the default target for API calls. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1290a5697..8599c96232 100644 --- a/README.md +++ b/README.md @@ -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: