Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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/
- -->
- <entry key='database.driver'>org.h2.Driver</entry>
- <entry key='database.url'>jdbc:h2:./data/database</entry>
- <entry key='database.user'>sa</entry>
- <entry key='database.password'>x</entry>
- <entry key='geocoder.enable'>true</entry>
- <entry key='geocoder.type'>nominatim</entry>
- <entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
- <entry key='geocoder.key'>x</entry>
- <entry key='notificator.types'>web,traccar,telegram</entry>
- <entry key='notificator.traccar.key'>x</entry>
- <entry key='notificator.telegram.key'>x</entry>
- <entry key='notificator.telegram.chatId'>x</entry>
- </properties>
Advertisement
Add Comment
Please, Sign In to add comment