diff --git a/docs/hosting/configuration/configuration-methods.md b/docs/hosting/configuration/configuration-methods.md index 69efe8f573..7073d7fa90 100644 --- a/docs/hosting/configuration/configuration-methods.md +++ b/docs/hosting/configuration/configuration-methods.md @@ -18,6 +18,11 @@ For npm, set your desired environment variables in terminal using the `export` c ```bash export = ``` +If `export` command doesn't work, try use `set` instead as shown below. + +```bash +set = +``` ### Docker