Skip to content
Snippets Groups Projects
Commit f59689f3 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Whitelabel the appshell

parent b5615f76
Branches
No related tags found
No related merge requests found
Pipeline #44781 passed
......@@ -15,6 +15,8 @@ export default {
nextcloudAuthInfoEN: nextcloudAuthInfoEN,
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: ['dbp-signature-verification-full'],
siteName: 'TU Graz',
siteSubName: 'Graz University of Technology'
},
bs: {
basePath: '/dist/',
......@@ -29,6 +31,8 @@ export default {
nextcloudAuthInfoEN: nextcloudAuthInfoEN,
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: [],
siteName: 'TU Graz',
siteSubName: 'Graz University of Technology'
},
development: {
basePath: '/apps/signature/',
......@@ -43,6 +47,8 @@ export default {
nextcloudAuthInfoEN: nextcloudAuthInfoEN,
pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
hiddenActivities: ['dbp-signature-verification-full'],
siteName: 'TU Graz',
siteSubName: 'Graz University of Technology'
},
demo: {
basePath: '/apps/signature/',
......@@ -57,6 +63,8 @@ export default {
nextcloudAuthInfoEN: nextcloudAuthInfoEN,
pdfAsQualifiedlySigningServer: 'https://sig-test.tugraz.at',
hiddenActivities: ['dbp-signature-verification-full'],
siteName: 'TU Graz',
siteSubName: 'Graz University of Technology'
},
production: {
basePath: '/',
......@@ -71,5 +79,7 @@ export default {
nextcloudAuthInfoEN: nextcloudAuthInfoEN,
pdfAsQualifiedlySigningServer: 'https://sig.tugraz.at',
hiddenActivities: ['dbp-signature-verification-full'],
siteName: 'TU Graz',
siteSubName: 'Graz University of Technology'
},
};
\ No newline at end of file
......@@ -83,6 +83,8 @@
build-url='<%= buildInfo.url %>'
build-time='<%= buildInfo.time %>'
env='<%= buildInfo.env %>'
shell-name='<%= siteName %>'
shell-subname='<%= siteSubName %>'
><dbp-loading-spinner></dbp-loading-spinner></<%= name %>>
<!-- Error handling for too old browsers -->
......
......@@ -140,7 +140,9 @@ export default (async () => {
CSP: config.CSP,
matomoUrl: config.matomoUrl,
matomoSiteId: config.matomoSiteId,
buildInfo: getBuildInfo(appEnv)
buildInfo: getBuildInfo(appEnv),
siteName: config.siteName,
siteSubName: config.siteSubName
}
}),
resolve({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment