Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for environment variable #604

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/gasket-cli/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ configuration is augmented with the `prod` environment settings, then the

The last step is making sure that Gasket is told which environment it is running
in when starting up. There are three ways of doing this. The first would be to
set the `NODE_ENV` environment variable. The second would be to pass an `--env`
set the `GASKET_ENV` environment variable. The second would be to pass an `--env`
command line argument when running any `gasket` command. The third is to
programmatically set an `env` property at the top level of your configuration,
which would enable you to use any arbitrary environment derivation logic.
Expand Down