mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
Update pages/setup-dev-environment.mdx
This commit is contained in:
@@ -112,7 +112,7 @@ Add an .env file in the frontend folder with the following content
|
||||
|
||||
```env filename="apps/web/.env" {1-2} copy
|
||||
NEXT_PUBLIC_LEARNHOUSE_MULTI_ORG=false
|
||||
NEXT_PUBLIC_LEARNHOUSE_DEFAULT_ORG=defaultorg
|
||||
NEXT_PUBLIC_LEARNHOUSE_DEFAULT_ORG=default
|
||||
NEXT_PUBLIC_LEARNHOUSE_API_URL=http://localhost:1338/api/v1/
|
||||
NEXT_PUBLIC_LEARNHOUSE_BACKEND_URL=http://localhost:1338/
|
||||
NEXT_PUBLIC_LEARNHOUSE_DOMAIN=localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user