From 34840078594724aecb8f29fd7c601f97a10732e6 Mon Sep 17 00:00:00 2001
From: MRodz <rodzis@sub.uni-goettingen.de>
Date: Wed, 27 Jun 2018 07:50:43 +0200
Subject: [PATCH] Adapt to new db structure

---
 modules/config.xqm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/config.xqm b/modules/config.xqm
index 3692eef..d6e1a29 100644
--- a/modules/config.xqm
+++ b/modules/config.xqm
@@ -35,7 +35,7 @@ declare variable $config:repo-descriptor := doc(concat($config:app-root, "/repo.
 
 declare variable $config:expath-descriptor := doc(concat($config:app-root, "/expath-pkg.xml"))/expath:package;
 
-declare variable $config:sade := "/db/sade-projects/textgrid/data/xml/";
+declare variable $config:sade := "/db/apps/sade/textgrid/";
 declare variable $config:sade-data := $config:sade || "data/";
 declare variable $config:sade-meta := $config:sade || "meta/";
 
-- 
GitLab