Add note about .env file (#2128)

* Add note about .env file

* Mention env variables
This commit is contained in:
Timur Carpeev 2022-07-04 09:06:36 +02:00 committed by GitHub
parent 079c25f16d
commit c81cceefaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/`.