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