Enhance comments for dspace.server.url and dspace.ui.url

This commit is contained in:
Tim Donohue
2022-07-01 12:14:10 -05:00
parent f32d1ad0b0
commit 7ee727ee9d
2 changed files with 18 additions and 12 deletions

View File

@@ -21,16 +21,19 @@ dspace.dir = /dspace
csvexport.dir = ${dspace.dir}/exports csvexport.dir = ${dspace.dir}/exports
# URL of DSpace backend ('server' webapp). Include port number etc. # Public URL of DSpace backend ('server' webapp). May require a port number if not using standard ports (80 or 443)
# DO NOT end it with '/'. # DO NOT end it with '/'.
# This is where REST API and all enabled server modules (OAI-PMH, SWORD, # This is where REST API and all enabled server modules (OAI-PMH, SWORD, SWORDv2, RDF, etc) will respond.
# SWORDv2, RDF, etc) will respond. # 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:8080/server dspace.server.url = http://localhost:8080/server
# URL of DSpace frontend (Angular UI). Include port number etc. # 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 '/'. # DO NOT end it with '/'.
# This is used by the backend to provide links in emails, RSS feeds, Sitemaps, # This is used by the backend to provide links in emails, RSS feeds, Sitemaps, etc.
# etc. # NOTE: this URL must be accessible to all DSpace users (should not use 'localhost' in Production).
# It corresponds to the URL that you would type into your browser to access the User Interface.
dspace.ui.url = http://localhost:4000 dspace.ui.url = http://localhost:4000
# Name of the site # Name of the site

View File

@@ -32,16 +32,19 @@
# Windows note: Please remember to use forward slashes for all paths (e.g. C:/dspace) # Windows note: Please remember to use forward slashes for all paths (e.g. C:/dspace)
dspace.dir=/dspace dspace.dir=/dspace
# URL of DSpace backend ('server' webapp). Include port number etc. # Public URL of DSpace backend ('server' webapp). May require a port number if not using standard ports (80 or 443)
# DO NOT end it with '/'. # DO NOT end it with '/'.
# This is where REST API and all enabled server modules (OAI-PMH, SWORD, # This is where REST API and all enabled server modules (OAI-PMH, SWORD, SWORDv2, RDF, etc) will respond.
# SWORDv2, RDF, etc) will respond. # 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:8080/server dspace.server.url = http://localhost:8080/server
# URL of DSpace frontend (Angular UI). Include port number etc. # 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 '/'. # DO NOT end it with '/'.
# This is used by the backend to provide links in emails, RSS feeds, Sitemaps, # This is used by the backend to provide links in emails, RSS feeds, Sitemaps, etc.
# etc. # NOTE: this URL must be accessible to all DSpace users (should not use 'localhost' in Production).
# It corresponds to the URL that you would type into your browser to access the User Interface.
dspace.ui.url = http://localhost:4000 dspace.ui.url = http://localhost:4000
# Name of the site # Name of the site