aboutsummaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-12-30 16:55:46 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2012-12-30 16:55:46 +1300
commita7100fa9749a343a77c747a2cca8ae9e2faf91cb (patch)
tree7dda63cda265afadc33c3b5d65e8bb3de2651081 /default.cfg
parent9a6cc11cdc5069314f9c64aa1e017f556baf8070 (diff)
downloadtrackermap-server-a7100fa9749a343a77c747a2cca8ae9e2faf91cb.tar.gz
trackermap-server-a7100fa9749a343a77c747a2cca8ae9e2faf91cb.tar.bz2
trackermap-server-a7100fa9749a343a77c747a2cca8ae9e2faf91cb.zip
Code to test new web interface
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg
index 0feb9338b..6409637bb 100644
--- a/default.cfg
+++ b/default.cfg
@@ -6,6 +6,7 @@
<!-- Global confiduration -->
<entry key="database.driver">org.h2.Driver</entry>
+ <entry key="database.dataSource">org.h2.jdbcx.JdbcDataSource</entry>
<entry key="database.url">jdbc:h2:/home/user/Documents/traccar/target/database</entry>
<entry key="database.user">sa</entry>
<entry key="database.password"></entry>
@@ -80,10 +81,11 @@
VALUES (:device_id, :time, :valid, :latitude, :longitude, :speed, :course, :power);
</entry>
- <!-- Web interface port -->
+ <!-- Web interface -->
<entry key="http.enable">true</entry>
<!--<entry key="http.address"></entry>-->
<entry key="http.port">8082</entry>
+ <entry key="http.application">/home/user/Documents/traccar-web/target/traccar-web-1.0-SNAPSHOT.war</entry>
<!-- Geocoder options -->
<entry key="geocoder.enable">false</entry>