mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
Enhance comments for dspace.server.url and dspace.ui.url
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user