Merge pull request #752 from paulo-graca/patch-3

DSPACE_HOST example fix
This commit is contained in:
Tim Donohue
2020-07-02 09:53:41 -05:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ DSPACE_REST_SSL # Whether the angular REST uses SSL [true/false]
The same settings can also be overwritten by setting system environment variables instead, E.g.: The same settings can also be overwritten by setting system environment variables instead, E.g.:
```bash ```bash
export DSPACE_HOST=https://dspace7.4science.cloud/server export DSPACE_HOST=dspace7.4science.cloud
``` ```
The priority works as follows: **environment variable** overrides **variable in `.env` file** overrides **`environment.(prod, dev or test).ts`** overrides **`environment.common.ts`** The priority works as follows: **environment variable** overrides **variable in `.env` file** overrides **`environment.(prod, dev or test).ts`** overrides **`environment.common.ts`**