Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 11d44e9

Browse files
committed
Frontend configuration moved from classpath resources to WEB-INF.
1 parent 1103831 commit 11d44e9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Local configurations
2-
frontend/src/main/webapp/WEB-INF/classes/config.properties
2+
frontend/src/main/webapp/WEB-INF/config.properties
33
*.local.xml
44

55
*.class

frontend/src/main/webapp/WEB-INF/classes/frontend-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Application configuration is taken from war file, so we override it. -->
1111
<bean id="configuration" class="cz.cuni.xrg.intlib.commons.app.conf.AppConfig">
12-
<constructor-arg value="classpath:config.properties" />
12+
<constructor-arg value="/WEB-INF/config.properties" />
1313
</bean>
1414

1515
<!-- Module configuration needs to be defined here,

0 commit comments

Comments
 (0)