mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
minor readme configuration corrections
This commit is contained in:
12
README.md
12
README.md
@@ -132,19 +132,19 @@ e.g.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# The host name of the REST application
|
# The host name of the REST application
|
||||||
dspace.rest.host => DSPACE_REST_HOST
|
rest.host => DSPACE_REST_HOST
|
||||||
|
|
||||||
# The port number of the REST application
|
# The port number of the REST application
|
||||||
dspace.rest.port => DSPACE_REST_PORT
|
rest.port => DSPACE_REST_PORT
|
||||||
|
|
||||||
# The namespace of the REST application
|
# The namespace of the REST application
|
||||||
dspace.rest.nameSpace => DSPACE_REST_NAMESPACE
|
rest.nameSpace => DSPACE_REST_NAMESPACE
|
||||||
|
|
||||||
# Whether the angular REST uses SSL [true/false]
|
# Whether the angular REST uses SSL [true/false]
|
||||||
dspace.rest.ssl => DSPACE_REST_SSL
|
rest.ssl => DSPACE_REST_SSL
|
||||||
|
|
||||||
cache.msToLive.default => CACHE_MSTOLIVE_DEFAULT
|
cache.msToLive.default => DSPACE_CACHE_MSTOLIVE_DEFAULT
|
||||||
auth.ui.timeUntilIdle => AUTH_UI_TIMEUNTILIDLE
|
auth.ui.timeUntilIdle => DSPACE_AUTH_UI_TIMEUNTILIDLE
|
||||||
```
|
```
|
||||||
|
|
||||||
The equavelant to the non-conventional legacy settings:
|
The equavelant to the non-conventional legacy settings:
|
||||||
|
Reference in New Issue
Block a user