File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
transitclockApi/src/main/webapp/WEB-INF
transitclockWebapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
<context-param >
8
8
<param-name >transitime_config_file_location</param-name >
9
9
<!-- Set to customized properties file with db config info and such -->
10
- <param-value >/Users/vperez/git/transitime/transitclockWebapp/src/main/resources/transiTimeconfig.xml </param-value >
10
+ <param-value >${transitclock.configFiles} </param-value >
11
11
</context-param >
12
12
13
13
Original file line number Diff line number Diff line change 6
6
<context-param >
7
7
<param-name >transitime_config_file_location</param-name >
8
8
<!-- Set to customized properties file with db config info and such -->
9
- <param-value >/usr/local/ transitclock/config/transitclockConfig.xml </param-value >
9
+ <param-value >${ transitclock.configFiles} </param-value >
10
10
11
11
</context-param >
12
12
You can’t perform that action at this time.
0 commit comments