Commits

Tim Donohue authored b51fd465361
Replace mentions of demo7.dspace.org and api7.dspace.org with demo or sandbox
No tags

config/config.example.yml

Modified
15 15 windowMs: 60000 # 1 minute
16 16 max: 500 # limit each IP to 500 requests per windowMs
17 17 # Trust X-FORWARDED-* headers from proxies (default = true)
18 18 useProxies: true
19 19
20 20 # The REST API server settings
21 21 # NOTE: these settings define which (publicly available) REST API to use. They are usually
22 22 # 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
23 23 rest:
24 24 ssl: true
25 - host: api7.dspace.org
25 + host: sandbox.dspace.org
26 26 port: 443
27 27 # NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
28 28 nameSpace: /server
29 29
30 30 # Caching settings
31 31 cache:
32 32 # NOTE: how long should objects be cached for by default
33 33 msToLive:
34 34 default: 900000 # 15 minutes
35 35 # Default 'Cache-Control' HTTP Header to set for all static content (including compiled *.js files)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut