Skip to content

Commit

Permalink
Added note about setting URL variables if not localhost (getlago#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartJMackintosh committed Mar 26, 2024
1 parent d01836f commit 2eb3845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ docker-compose up

You can now open your browser and go to http:https://localhost to connect to the application. Lago's API is exposed at http:https://localhost:3000.

Note that if our docker server is not at http:https://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:https://192.168.122.71:3000"
LAGO_FRONT_URL="http:https://192.168.122.71"
```

### Find your API key
Your API Key can be found directly in the UI:

Expand Down

0 comments on commit 2eb3845

Please sign in to comment.