Skip to content

Commit fae355a

Browse files
authored
Merge pull request #1717 from tdonohue/fix_1714
Cleanup descriptions in comments of example config to clarify "ui" and "rest" sections
2 parents fd356d4 + df00137 commit fae355a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config/config.example.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
debug: false
33

44
# Angular Universal server settings
5-
# NOTE: these must be 'synced' with the 'dspace.ui.url' setting in your backend's local.cfg.
5+
# NOTE: these settings define where Node.js will start your UI application. Therefore, these
6+
# "ui" settings usually specify a localhost port/URL which is later proxied to a public URL (using Apache or similar)
67
ui:
78
ssl: false
89
host: localhost
@@ -15,7 +16,8 @@ ui:
1516
max: 500 # limit each IP to 500 requests per windowMs
1617

1718
# The REST API server settings
18-
# NOTE: these must be 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
19+
# NOTE: these settings define which (publicly available) REST API to use. They are usually
20+
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
1921
rest:
2022
ssl: true
2123
host: api7.dspace.org

0 commit comments

Comments
 (0)