-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,3 @@ app/views/contents/index.php | |
.vscode | ||
Opencast-V*.zip | ||
dist | ||
tests/.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
STUDIP_REST_URL=http://localhost/plugins.php/opencastv3/api | ||
OPENCAST_URL=http://127.0.0.1:8081 | ||
|
||
# A custom docker command for the cronjobs, f.e.: | ||
# "docker exec studip8 bash -c \"php ./5.5/cli/studip cronjobs:execute \\$(php ./5.5/cli/studip cronjobs:list | grep ''CRONJOB'' | awk ''{print \\$1}'')\"" | ||
DOCKER_COMMAND= | ||
|
||
# Opencast server ID | ||
CONFIG_ID=1 | ||
|
||
# Opencast API token for user provider | ||
API_TOKEN=mytoken1234abcdef | ||
|
||
# Opencast admin user | ||
OPENCAST_ADMIN_NAME=admin | ||
OPENCAST_ADMIN_PASSWORD=opencast | ||
|
||
|
||
# Stud.IP dozent in test course and | ||
DOZENT_NAME=test_dozent | ||
DOZENT_PASSWORD=testing | ||
|
||
# Student in the test course | ||
COURSE_STUDENT=test_autor | ||
|
||
# Simple author in Stud.IP whithout course subscriptions | ||
AUTHOR_NAME=simple_autor | ||
AUTHOR_PASSWORD=testing | ||
|
||
# ID of test course | ||
COURSE_ID=a07535cf2f8a72df33c12ddfa4b53dde |