From 783de42cb75693ef262e9b00e66c4b7a999f0c33 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Mon, 4 Nov 2024 10:00:53 +0100 Subject: [PATCH] feat(compose): update documentation with correct .env values --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a45602e..31f67c2 100644 --- a/README.md +++ b/README.md @@ -156,13 +156,12 @@ docker compose -f docker-compose.new.yml up -d docker compose -f docker-compose.new.yml up -d ``` -You can now open your browser and go to http://localhost to connect to the application. Lago's API is exposed at http://localhost:3000. +You can now open your browser and go to http://localhost to connect to the application. Lago's API is exposed at http://localhost/api. -Note that if our docker server is not at http://localhost, the following env variables must be set: `LAGO_API_URL`. This may be on the command line or in your .env file. For example: +Note that if our docker server is not at http://localhost, the following env variables must be set: `LAGO_DOMAIN`. This may be on the command line or in your .env file. For example: ``` -LAGO_API_URL="http://192.168.122.71:3000" -LAGO_FRONT_URL="http://192.168.122.71" +LAGO_DOMAIN=yourdomain.tld" ``` ### Find your API key