From c0b961ee39dbc57d6a9a52f8bf78f8433473fb06 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Sun, 27 Jun 2021 02:19:55 +0200 Subject: [PATCH] Update variable name for lambda base URL. --- app/api/src/docker/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/api/src/docker/README.md b/app/api/src/docker/README.md index eba894f..f8f5e38 100644 --- a/app/api/src/docker/README.md +++ b/app/api/src/docker/README.md @@ -28,8 +28,7 @@ After which we'll also spin up a light express server to act as an emulator to t yarn install yarn emulate ``` -You can now add OPENSCAD_BASE_URL="http://localhost:8080" to you .env file and restart your main dev process (`yarn rw dev`) -comment that line out if you want to go back to using the aws endpoint (and restart the dev process). +You can now add CAD_LAMBDA_BASE_URL="http://localhost:8080" to you .env file and restart your main dev process (`yarn rw dev`) comment that line out if you want to go back to using the aws endpoint (and restart the dev process). If you change anything in the `api/src/docker/openscad` directory, you will need to stop the docker process and restart it (will be fairly quick if you're only changing the js)