docs: backup ./apps/login/.env.local

This commit is contained in:
Elio Bischof
2023-05-22 16:19:15 +02:00
parent 5c32ec7769
commit 682ed6c94f
3 changed files with 17 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ or have limited resources on your local machine.
### Developing Against Your Local ZITADEL Instance
```sh
# Backup your ./apps/login/.env.local if it exists to ./apps/login/.env.local.bak
mv ./apps/login/.env.local ./apps/login/.env.local.bak
# Run ZITADEL and configure ./apps/login/.env.local
docker compose --file ./acceptance/docker-compose.yaml run setup
```