Skip to content

Commit

Permalink
add config for module 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Jan 20, 2023
1 parent c8fde90 commit 168dd23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/xqm/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ declare variable $config:public-base-uri := '$$deployTarget$$'; (: This will be

declare variable $config:data-root := $config:app-root || '/data/';

declare variable $config:module3-root := $config:data-root || '/module3/';
declare variable $config:module1-root := $config:data-root || 'module1/';

declare variable $config:module3-root := $config:data-root || 'module3/';

declare variable $config:iiif-basepath := $config:public-base-uri || '/iiif/';

Expand Down

0 comments on commit 168dd23

Please sign in to comment.