From d546f0ac54857393bc4603949f2e6ae35f61845b Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Thu, 29 Jun 2023 14:11:19 +0200 Subject: [PATCH] Fixed from port 4000 to 8080 --- dspace/config/dspace.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 57ed34d5290e..feb2f7d9b255 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -27,7 +27,7 @@ csvexport.dir = ${dspace.dir}/exports # NOTE: This URL must be accessible to all DSpace users (should not use 'localhost' in Production) # and is usually "synced" with the "rest" section in the DSpace User Interface's config.*.yml. # It corresponds to the URL that you would type into your browser to access the REST API. -dspace.server.url = http://localhost:4000/server +dspace.server.url = http://localhost:8080/server # Public URL of DSpace frontend (Angular UI). May require a port number if not using standard ports (80 or 443) # DO NOT end it with '/'.