Skip to content

Commit

Permalink
Remove tldraw content
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Jun 6, 2024
1 parent ae5db01 commit 6e4b335
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/services/etherpad/Local setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ Create a directory called sc-etherpad and then enter it, in Unix-like systems y
```
Please note we're using the docker.io/etherpad/etherpad:2.0.0 image in the command above which might be not the one that is being used anytime in the future when you read this article. To make sure you're using the current version (the one that is currently being used in the SchulCloud platform), please refer to the https://github.com/hpi-schul-cloud/dof_app_deploy/blob/main/ansible/group_vars/infra/dof_etherpad.yml file.
5. To allow communication between schulcloud- and etherpad-server the following env vars must be set:
```
TLDRAW_ADMIN_API_CLIENT__API_KEY=randomString
ADMIN_API__ALLOWED_API_KEYS=randomString
TLDRAW_ADMIN_API_CLIENT__BASE_URL=http://localhost:3349
```
Now we should have the Etherpad service running locally on port 9001, we can verify it's working properly e.g. by fetching the current Etherpad's API version:
```
Expand Down

0 comments on commit 6e4b335

Please sign in to comment.