diff options
author | Iván Ávalos <avalos@disroot.org> | 2024-06-14 21:08:21 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2024-06-14 21:08:21 -0600 |
commit | 471dc4ca7b6cfd656cc2c04c526fe56ee538991c (patch) | |
tree | 4766fa7209e2eaab65269db456cf0436e6a64a49 /setup/traccar.xml | |
parent | 447c7e15fcec8fc72d0457bb7dbf166cbea84acd (diff) | |
parent | 64528b96da4a742070d5845a876b07ca66ad0be3 (diff) | |
download | trackermap-server-471dc4ca7b6cfd656cc2c04c526fe56ee538991c.tar.gz trackermap-server-471dc4ca7b6cfd656cc2c04c526fe56ee538991c.tar.bz2 trackermap-server-471dc4ca7b6cfd656cc2c04c526fe56ee538991c.zip |
Merge tag 'v6.2'
Diffstat (limited to 'setup/traccar.xml')
-rw-r--r-- | setup/traccar.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/setup/traccar.xml b/setup/traccar.xml index aab9ba311..d5bd87e9c 100644 --- a/setup/traccar.xml +++ b/setup/traccar.xml @@ -1,22 +1,8 @@ <?xml version='1.0' encoding='UTF-8'?> - <!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'> - <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. - - 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/ - - --> + <!-- Documentation: https://www.traccar.org/configuration-file/ --> <entry key='database.driver'>org.h2.Driver</entry> <entry key='database.url'>jdbc:h2:./data/database</entry> |