From c81cceefaa48166c4d60fcf2eafd5041fe1cda08 Mon Sep 17 00:00:00 2001 From: Timur Carpeev Date: Mon, 4 Jul 2022 09:06:36 +0200 Subject: [PATCH] Add note about .env file (#2128) * Add note about .env file * Mention env variables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8107a668..fda280224 100644 --- a/README.md +++ b/README.md @@ -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/`.