diff --git a/app.config.js b/app.config.js
index 6d7c6c7aa4b75741b2855de0a537433306af7d81..912cf90299c413526d88c4330fb20d6af3351481 100644
--- a/app.config.js
+++ b/app.config.js
@@ -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'],
     },
diff --git a/assets/dbp-signature.html.ejs b/assets/dbp-signature.html.ejs
index f17bfd590871fe592871198b1929704899eb29a1..615e3018f3c639403c6d3e63e054927dadd00ff9 100644
--- a/assets/dbp-signature.html.ejs
+++ b/assets/dbp-signature.html.ejs
@@ -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 %>"