From 8ebabd180751cd8fe3e1108538b98403af41b899 Mon Sep 17 00:00:00 2001 From: David Speed Date: Thu, 12 Oct 2023 10:37:05 +0100 Subject: [PATCH] Update default config.xml for Ben (this may or may not cause issues with tests and docker deployment we can revert if necessary --- config/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.yml b/config/config.yml index dcf53893781..a5337cdd0d4 100644 --- a/config/config.yml +++ b/config/config.yml @@ -1,5 +1,5 @@ rest: - ssl: true - host: demo.dspace.org - port: 443 + ssl: false + host: localhost + port: 8080 nameSpace: /server