summaryrefslogtreecommitdiff
path: root/astro/traccar/files/traccar.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'astro/traccar/files/traccar.xml.in')
-rw-r--r--astro/traccar/files/traccar.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/astro/traccar/files/traccar.xml.in b/astro/traccar/files/traccar.xml.in
new file mode 100644
index 000000000000..895e4bcf9ee4
--- /dev/null
+++ b/astro/traccar/files/traccar.xml.in
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
+<properties>
+
+ <!-- Documentation: https://www.traccar.org/configuration-file/ -->
+
+ <entry key='database.driver'>org.h2.Driver</entry>
+ <entry key='database.url'>jdbc:h2:%%TRACCAR_DATADIR%%/database</entry>
+ <entry key='database.user'>sa</entry>
+ <entry key='database.password'></entry>
+ <entry key='logger.file'>%%TRACCAR_LOGDIR%%/traccar.log</entry>
+</properties>