Skip to content
Snippets Groups Projects
Unverified Commit d21ac85b authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Enable Nextcloud file picker for production

parent 9939bcc1
No related branches found
No related tags found
No related merge requests found
Pipeline #17798 canceled
......@@ -54,8 +54,8 @@ export default {
keyCloakClientId: 'esig_tugraz_at',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 137,
nextcloudBaseURL: '',
nextcloudName: '',
nextcloudBaseURL: 'https://cloud.tugraz.at',
nextcloudName: 'TU Graz cloud',
pdfAsQualifiedlySigningServer: 'https://sig.tugraz.at',
hiddenActivities: ['dbp-signature-verification-full', 'dbp-signature-verification'],
},
......
......@@ -55,7 +55,7 @@
<body>
<dbp-provider id="root"
lang="de" entry-point-url="<%= entryPointURL %>"
<%= buildInfo.env !== 'production' ? 'show-nextcloud-file-picker' : '' %>
show-nextcloud-file-picker
<%= buildInfo.env !== 'production' ? 'allow-signature-rotation' : '' %>
nextcloud-web-app-password-url="<%= nextcloudWebAppPasswordURL %>"
nextcloud-webdav-url="<%= nextcloudWebDavURL %>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment