aboutsummaryrefslogtreecommitdiff
path: root/setup/traccar.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-26 12:38:24 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-26 12:38:24 +1300
commitfddb9a7d3dfb65cd694dc0d4232efa52ecb835a2 (patch)
treea2be13afb8e5d5234be019f44ddc0417df12f04d /setup/traccar.xml
parent6dc245d2082b7f0a4f440b817ce9c8455f441f93 (diff)
downloadtraccar-server-fddb9a7d3dfb65cd694dc0d4232efa52ecb835a2.tar.gz
traccar-server-fddb9a7d3dfb65cd694dc0d4232efa52ecb835a2.tar.bz2
traccar-server-fddb9a7d3dfb65cd694dc0d4232efa52ecb835a2.zip
Add config file info comment
Diffstat (limited to 'setup/traccar.xml')
-rw-r--r--setup/traccar.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup/traccar.xml b/setup/traccar.xml
index 9b9bfa289..61e23a066 100644
--- a/setup/traccar.xml
+++ b/setup/traccar.xml
@@ -4,6 +4,18 @@
<properties>
+ <!--
+
+ This is the main configuration file. All your configuration parameters should be placed in this file.
+
+ Default configuration parameters are located in the "default.xml" file. You should not modify it to avoid issues
+ with upgrading to a new version. Parameters in the main config file override values in the default file. Do not
+ remove "config.default" parameter from this file unless you know what you are doing.
+
+ For list of available parameters see following page: https://www.traccar.org/configuration-file/
+
+ -->
+
<entry key="config.default">./conf/default.xml</entry>
<entry key='database.driver'>org.h2.Driver</entry>