Skip to content

Commit

Permalink
Updated kustvakt lite configurations to use the data folder (#598)
Browse files Browse the repository at this point in the history
Change-Id: I26f91d2556e3cb9e923dcf11fe9fe79949262416
  • Loading branch information
margaretha committed Apr 22, 2024
1 parent 0b17fac commit 06a11a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/default-lite-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
<array>
<value>classpath:properties/lite-jdbc.properties</value>
<value>file:./lite-jdbc.properties</value>
<value>file:./data/lite-jdbc.properties</value>
<value>classpath:properties/hibernate.properties</value>
<value>classpath:kustvakt-lite.conf</value>
<value>file:./kustvakt-lite.conf</value>
<value>file:./data/kustvakt-lite.conf</value>
</array>
</property>
</bean>
Expand All @@ -43,6 +45,7 @@
<array>
<value>classpath:kustvakt-lite.conf</value>
<value>file:./kustvakt-lite.conf</value>
<value>file:./data/kustvakt-lite.conf</value>
</array>
</property>
</bean>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/kustvakt-lite.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ krill.index.commit.log = log/krill.commit.log
krill.index.commit.auto = 500
krill.index.relations.max = 100

# krill.namedVC=vc
# krill.namedVC=data/vc


# Kustvakt settings
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/kustvakt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ krill.index.commit.log = log/krill.commit.log
krill.index.commit.auto = 500
krill.index.relations.max = 100
# Directory path of virtual corpora to cache
#krill.namedVC = vc
#krill.namedVC = data/vc

# LDAP
ldap.config = src/main/resources/embedded-ldap-example.conf
Expand Down

0 comments on commit 06a11a7

Please sign in to comment.