Skip to content

Commit

Permalink
.env is needed after all...
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Feb 6, 2025
1 parent e88e442 commit 7b332d7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ app/views/contents/index.php
.vscode
Opencast-V*.zip
dist
tests/.env
31 changes: 31 additions & 0 deletions tests/.env
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

0 comments on commit 7b332d7

Please sign in to comment.