Update README.md with info about trailing slash (#2384)
This commit is contained in:
parent
9e38fdb69d
commit
b9c3f720ff
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ Create ```.env``` file in a root directory or set environment variables with fol
|
||||||
|
|
||||||
- `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/graphql/`.
|
If you are running Saleor locally with the default settings, set `API_URI` to: `http://localhost:8000/graphql/`.
|
||||||
|
Make sure that you have `/` at the end of `API_URI`.
|
||||||
|
|
||||||
- `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/`.
|
||||||
|
|
Loading…
Reference in a new issue