Created
October 23, 2020 20:06
-
-
Save adowning/3f25e9705d1536aeb02287853a2f4cbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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='web.enable'>true</entry> | |
| <entry key='web.console'>true</entry> | |
| <entry key='web.port'>8099</entry> | |
| <entry key='web.address'>0.0.0.0</entry> | |
| <entry key='geocoder.enable'>false</entry> | |
| <entry key='geocoder.type'>google</entry> | |
| <entry key='geocoder.reuseDistance'>100</entry> | |
| <entry key='geocoder.key'>AIzaSyDledkfRPKVQchOfwzE9pSMK5yypjRh3bs</entry> | |
| <entry key='geolocation.enable'>true</entry> | |
| <entry key='geolocation.type'>google</entry> | |
| <entry key='geolocation.key'>AIzaSyDledkfRPKVQchOfwzE9pSMK5yypjRh3bs</entry> | |
| <entry key='geocoder.enable'>true</entry> | |
| <entry key='geocoder.type'>google</entry> | |
| <entry key='web.healthCheck'>false</entry> | |
| <entry key='logger.enable'>true</entry> | |
| <entry key='event.enable'>true</entry> | |
| <entry key='forward.enable'>true</entry> | |
| <entry key='forward.json'>true</entry> | |
| <entry key='forward.url'>http://localhost/events</entry> | |
| <!-- <entry key='report.trip.minimalTripDuration'>300000</entry> --> | |
| <entry key='event.forward.enable'>true</entry> | |
| <!-- <entry key='event.forward.json'>true</entry> --> | |
| <entry key='event.forward.url'>http://localhost/positions</entry> | |
| <!-- <entry key='event.forward.header'></entry> --> | |
| <entry key='osmand.port'>5055</entry> | |
| <entry key='database.driver'>org.postgresql.Driver</entry> | |
| <!-- <entry key='database.url'>jdbc:postgresql://192.168.0.7:5432/gauzy</entry> --> | |
| <entry key='database.url'>jdbc:postgresql://postgres:[email protected]:5432/traccar</entry> | |
| <entry key='database.user'>postgres</entry> | |
| <entry key='database.password'>postgres</entry> | |
| </properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment