We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64016f commit 49e87d3Copy full SHA for 49e87d3
src/config/default-app-config.ts
@@ -44,6 +44,9 @@ export class DefaultAppConfig implements AppConfig {
44
port: 4000,
45
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
46
nameSpace: '/',
47
+ // Specify the public URL that this user interface responds to. This corresponds to the "dspace.ui.url" property in your backend's local.cfg.
48
+ // The baseUrl is used for redirects and SEO links (in robots.txt).
49
+ baseUrl: 'http://localhost:4000',
50
51
// The rateLimiter settings limit each IP to a 'max' of 500 requests per 'windowMs' (1 minute).
52
rateLimiter: {
0 commit comments