Skip to content

Commit

Permalink
Follow develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Dec 25, 2023
1 parent 3524c84 commit dbf67d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Make sure to use the correct Opencast distribution as there are small difference
- `ORG_OPENCASTPROJECT_DOWNLOAD_URL` Optional<br>
The HTTP-URL to use for downloading media files, e.g. for the player. Defaults to `${org.opencastproject.server.url}/static`.
- `ORG_OPENCASTPROJECT_ADMIN_EMAIL` Optional<br>
Email address of the server's admin. Defaults to `admin@localhost`.
Email address of the server's admin. Defaults to `example@opencast.org`.

For an installation with multiple nodes you can also set:

Expand Down
2 changes: 1 addition & 1 deletion VERSION_OPENCAST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r/15.x
develop
2 changes: 1 addition & 1 deletion rootfs/opencast/docker/scripts/opencast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -e

export ORG_OPENCASTPROJECT_SERVER_URL="${ORG_OPENCASTPROJECT_SERVER_URL:-http://$(hostname -f):8080}"
export ORG_OPENCASTPROJECT_ADMIN_EMAIL="${ORG_OPENCASTPROJECT_ADMIN_EMAIL:-admin@localhost}"
export ORG_OPENCASTPROJECT_ADMIN_EMAIL="${ORG_OPENCASTPROJECT_ADMIN_EMAIL:-example@opencast.org}"
export ORG_OPENCASTPROJECT_DOWNLOAD_URL="${ORG_OPENCASTPROJECT_DOWNLOAD_URL:-\$\{org.opencastproject.server.url\}/static}"

if opencast_helper_dist_allinone || opencast_helper_dist_develop; then
Expand Down

0 comments on commit dbf67d1

Please sign in to comment.