35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
<?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.postgresql.Driver</entry>
|
|
<entry key='database.url'>jdbc:postgresql://##CLOUDRON_POSTGRESQL_HOST##:##CLOUDRON_POSTGRESQL_PORT##/##CLOUDRON_POSTGRESQL_DATABASE##</entry>
|
|
<entry key='database.user'>##CLOUDRON_POSTGRESQL_USERNAME##</entry>
|
|
<entry key='database.password'>##CLOUDRON_POSTGRESQL_PASSWORD##</entry>
|
|
|
|
<entry key='ldap.enable'>true</entry>
|
|
<entry key='ldap.url'>##CLOUDRON_LDAP_URL##</entry>
|
|
<entry key='ldap.base'>##CLOUDRON_LDAP_USERS_BASE_DN##</entry>
|
|
<entry key='ldap.idAttribute'>username</entry>
|
|
<entry key='ldap.searchFilter'>username=:login</entry>
|
|
<entry key='ldap.user'>##CLOUDRON_LDAP_BIND_DN##</entry>
|
|
<entry key='ldap.password'>##CLOUDRON_LDAP_BIND_PASSWORD##</entry>
|
|
|
|
</properties>
|