Update README.md

This commit is contained in:
Dominik Żegleń 2019-08-20 12:49:27 +02:00 committed by GitHub
parent 671b895d81
commit bd996a7b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ $ npm i
There are two environment variables available for configuration: There are two environment variables available for configuration:
- `API_URI` (required) - URI of a running instance of Saleor GraphQL API. - `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/`. If you are running Saleor locally with the default settings, set `API_URI` to: `http://localhost:8000/graphql/`.
- `APP_MOUNT_URI` - URI at which the Dashboard app will be mounted. - `APP_MOUNT_URI` - URI at which the Dashboard app will be mounted.
E.g. if you set `APP_MOUNT_URI` to `/dashboard/`, your app will be mounted at `http://localhost:9000/dashboard/`. E.g. if you set `APP_MOUNT_URI` to `/dashboard/`, your app will be mounted at `http://localhost:9000/dashboard/`.