Added note about setting URL variables if not localhost (#336)

This commit is contained in:
Stuart J Mackintosh 2024-03-26 09:21:32 +00:00 committed by GitHub
parent d01836f03c
commit 2eb3845d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,13 @@ docker-compose up
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.
Note that if our docker server is not at http://localhost, the following env variables must be set: `LAGO_API_URL LAGO_API_URL`. 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"
```
### Find your API key
Your API Key can be found directly in the UI: