Updated configurations of the lite version to use the data folder (#598)
Change-Id: I26f91d2556e3cb9e923dcf11fe9fe79949262416
diff --git a/src/main/resources/default-lite-config.xml b/src/main/resources/default-lite-config.xml
index da27995..56f1201 100644
--- a/src/main/resources/default-lite-config.xml
+++ b/src/main/resources/default-lite-config.xml
@@ -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>
@@ -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>