From ad4f0d67f2d270d73b7d3b2b804b6fd116ddd70c Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Mon, 9 May 2022 11:24:46 +0200
Subject: [PATCH] Add nextcloudBaseURL config for webapppassword testing

---
 app.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app.config.js b/app.config.js
index e83de21..2b3ac22 100644
--- a/app.config.js
+++ b/app.config.js
@@ -8,6 +8,7 @@ export default {
         matomoUrl: 'https://analytics.tugraz.at/',
         matomoSiteId: 131,
         nextcloudBaseURL: 'https://cloud-dev.tugraz.at',
+        // nextcloudBaseURL: 'http://localhost:8081',
         nextcloudName: 'TU Graz cloud',
         pdfAsQualifiedlySigningServer: 'https://sig-dev.tugraz.at',
         hiddenActivities: ['dbp-signature-verification-full'],
-- 
GitLab