File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22debug : 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)
67ui :
78 ssl : false
89 host : localhost
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.
1921rest :
2022 ssl : true
2123 host : api7.dspace.org
You can’t perform that action at this time.
0 commit comments