The device issue

thezgbanka month ago

I've removed all notifications, including Firebase, but data still doesn't come through, though it appears in the logs; the system doesn't show online.

<?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='time.protocols'>osmand,gt06</entry>

    <entry key='time.override'>serverTime</entry>
 <entry key='time.protocols'>osmand,gt06</entry>

    -->
       <entry key='server.timeout'>1800</entry>

 
 <entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://nominatim.openstreetmap.org/reverse</entry>
 
<!--entry key='web.url'>https://takip.petamobil.com/</entry>-->
<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://127.0.0.1:3306/traccar?serverTimezone=UTC&amp;allowPublicKeyRetrieval=true&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
<entry key='database.user'>XX</entry>
<entry key='database.password'>XX</entry>
<entry key='database.positionsHistoryDays'>90</entry>


</properties>