Add note about .env file (#2128)
* Add note about .env file * Mention env variables
This commit is contained in:
parent
079c25f16d
commit
c81cceefaa
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ $ npm i
|
|||
|
||||
### Configuration
|
||||
|
||||
There following environment variables are available for configuration:
|
||||
Create ```.env``` file in a root directory or set environment variables with following values:
|
||||
|
||||
- `API_URI` (required) - URI of a running instance of Saleor GraphQL API.
|
||||
If you are running Saleor locally with the default settings, set `API_URI` to: `http://localhost:8000/graphql/`.
|
||||
|
|
Loading…
Reference in a new issue