From ff94b96c051bb28c3c33e783169efee48a725914 Mon Sep 17 00:00:00 2001 From: Cedric Evers <12080057+CeEv@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:13:32 +0200 Subject: [PATCH] Fix style --- docs/services/tldraw/Local setup.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/services/tldraw/Local setup.md b/docs/services/tldraw/Local setup.md index f0be03b..62a722b 100644 --- a/docs/services/tldraw/Local setup.md +++ b/docs/services/tldraw/Local setup.md @@ -4,11 +4,13 @@ 1. Run redis i.e. in a docker container, it will work on localhost:6379 by default which is what the REDIS_URI env var is set to, for example on wsl: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-windows/ 2. Add to server repo the .env with following values - Please note redis default user is use and you can pass random value as password like the 123. - REDIS_URI=redis://default:123@127.0.0.1:6379 - TLDRAW_ADMIN_API_CLIENT__API_KEY=randomString - ADMIN_API__ALLOWED_API_KEYS=randomString - TLDRAW_ADMIN_API_CLIENT__BASE_URL=http://localhost:3349 + Please note redis default user is use and you can pass random value as password like the 123. + +- REDIS_URI=redis://default:123@127.0.0.1:6379 +- TLDRAW_ADMIN_API_CLIENT__API_KEY=randomString +- ADMIN_API__ALLOWED_API_KEYS=randomString +- TLDRAW_ADMIN_API_CLIENT__BASE_URL=http://localhost:3349 + 3. To run 1. npm run nest:start:dev (schulcloud-server) 2. npm run nest:start:files-storage:dev (schulcloud-server with s3, if you want to upload files)