Skip to content

Commit

Permalink
Minor config file adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Sep 19, 2017
1 parent bfdd87a commit b834e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<properties>

<entry key="config.default">./setup/default.xml</entry>
<entry key='config.default'>./setup/default.xml</entry>

<entry key='web.path'>./traccar-web/web</entry>
<entry key='web.debug'>true</entry>
Expand Down
4 changes: 2 additions & 2 deletions setup/traccar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<properties>

<entry key='config.default'>./conf/default.xml</entry>

<!--
This is the main configuration file. All your configuration parameters should be placed in this file.
Expand All @@ -16,8 +18,6 @@
-->

<entry key="config.default">./conf/default.xml</entry>

<entry key='database.driver'>org.h2.Driver</entry>
<entry key='database.url'>jdbc:h2:./data/database</entry>
<entry key='database.user'>sa</entry>
Expand Down

0 comments on commit b834e07

Please sign in to comment.