Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 committed Dec 6, 2021
1 parent 922f3f5 commit 1b80567
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/pages/docs/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,16 @@ blitz dev --env staging
This will load additional env files: `.env.<APP_NAME>` and
`.env.<APP_NAME>.local`.
If you need to load multiple env files, you can pass all the enviroments
you want to load like this:
```bash
blitz dev --env staging,production
# Loaded .env.staging.local
# Loaded .env.staging
# Loaded .env.production.local
# Loaded .env.production
# Loaded .env.local
# Loaded .env
```

0 comments on commit 1b80567

Please sign in to comment.