Skip to content

Commit b901cf5

Browse files
authored
VSB-TUO/Changed dspace.server.url to localhost (#1044)
1 parent 5dda555 commit b901cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace/config/dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dspace.dir = /dspace
2525
# NOTE: This URL must be accessible to all DSpace users (should not use 'localhost' in Production)
2626
# and is usually "synced" with the "rest" section in the DSpace User Interface's config.*.yml.
2727
# It corresponds to the URL that you would type into your browser to access the REST API.
28-
dspace.server.url = https://dspace.vsb.cz/
28+
dspace.server.url = http://localhost:8080/server
2929
# Additional URL of DSpace backend which could be used by DSpace frontend during SSR execution.
3030
# May require a port number if not using standard ports (80 or 443)
3131
# DO NOT end it with '/'.

0 commit comments

Comments
 (0)