mirror of
https://github.com/getlago/lago.git
synced 2025-01-29 00:51:13 +07:00
Added note about setting URL variables if not localhost (#336)
This commit is contained in:
parent
d01836f03c
commit
2eb3845d73
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user