mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 09:53:40 +00:00
redirect environment.json to file
This commit is contained in:
parent
2652fe977e
commit
543161d8b4
@ -149,7 +149,7 @@ You can run the local console development server now.
|
||||
```bash
|
||||
# Console loads its target environment from the file console/src/assets/environment.json.
|
||||
# Load it from the backend.
|
||||
curl -O ./src/assets/environment.json http://localhost:8080/ui/console/assets/environment.json
|
||||
curl http://localhost:8080/ui/console/assets/environment.json > ./src/assets/environment.json
|
||||
|
||||
# Generate source files from Protos
|
||||
npm run generate
|
||||
|
Loading…
x
Reference in New Issue
Block a user