minor readme configuration corrections

This commit is contained in:
William Welling
2021-12-22 14:29:37 -06:00
parent 72aeeff5ca
commit 9646088931

View File

@@ -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: