We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dda555 commit b901cf5Copy full SHA for b901cf5
1 file changed
dspace/config/dspace.cfg
@@ -25,7 +25,7 @@ dspace.dir = /dspace
25
# NOTE: This URL must be accessible to all DSpace users (should not use 'localhost' in Production)
26
# and is usually "synced" with the "rest" section in the DSpace User Interface's config.*.yml.
27
# 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/
+dspace.server.url = http://localhost:8080/server
29
# Additional URL of DSpace backend which could be used by DSpace frontend during SSR execution.
30
# May require a port number if not using standard ports (80 or 443)
31
# DO NOT end it with '/'.
0 commit comments