Guest User

Untitled

a guest
Aug 11th, 2022
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1.  
  2. <?xml version='1.0' encoding='UTF-8'?>
  3.  
  4. <!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
  5.  
  6. <properties>
  7.  
  8. <entry key='config.default'>./conf/default.xml</entry>
  9.  
  10. <!--
  11.  
  12. This is the main configuration file. All your configuration parameters should be placed in this file.
  13.  
  14. Default configuration parameters are located in the "default.xml" file. You should not modify it to avoid issues
  15. with upgrading to a new version. Parameters in the main config file override values in the default file. Do not
  16. remove "config.default" parameter from this file unless you know what you are doing.
  17.  
  18. For list of available parameters see following page: https://www.traccar.org/configuration-file/
  19.  
  20. -->
  21.  
  22. <entry key='database.driver'>org.h2.Driver</entry>
  23. <entry key='database.url'>jdbc:h2:./data/database</entry>
  24. <entry key='database.user'>sa</entry>
  25. <entry key='database.password'>x</entry>
  26. <entry key='geocoder.enable'>true</entry>
  27. <entry key='geocoder.type'>nominatim</entry>
  28. <entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
  29. <entry key='geocoder.key'>x</entry>
  30. <entry key='notificator.types'>web,traccar,telegram</entry>
  31. <entry key='notificator.traccar.key'>x</entry>
  32. <entry key='notificator.telegram.key'>x</entry>
  33. <entry key='notificator.telegram.chatId'>x</entry>
  34.  
  35.  
  36.  
  37. </properties>
  38.  
Advertisement
Add Comment
Please, Sign In to add comment