From 9646088931d206e517f3df9aa8145838bce460dc Mon Sep 17 00:00:00 2001 From: William Welling Date: Wed, 22 Dec 2021 14:29:37 -0600 Subject: [PATCH] minor readme configuration corrections --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 065d313005..1beb1bf30c 100644 --- a/README.md +++ b/README.md @@ -132,19 +132,19 @@ e.g. ```bash # 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 -dspace.rest.port => DSPACE_REST_PORT +rest.port => DSPACE_REST_PORT # 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] -dspace.rest.ssl => DSPACE_REST_SSL +rest.ssl => DSPACE_REST_SSL -cache.msToLive.default => CACHE_MSTOLIVE_DEFAULT -auth.ui.timeUntilIdle => AUTH_UI_TIMEUNTILIDLE +cache.msToLive.default => DSPACE_CACHE_MSTOLIVE_DEFAULT +auth.ui.timeUntilIdle => DSPACE_AUTH_UI_TIMEUNTILIDLE ``` The equavelant to the non-conventional legacy settings: