Traccar server web to only display data not insert data in server and web

Pinakin Shobhana6 years ago

Please guide me,
I can connect to MySQL database.
i have manually insert device data in database and this device position data to send third party server please can you guide me how can i will do that
currently i have use forward URL but database to always insert data how can i stop inserting this data

Anton Tananaev6 years ago

You can provide no-op SQL query in the config instead of insert.

Pinakin Shobhana6 years ago

it possible if i have add tag blank for database.insertPosition
for example :

<entry key='database.insertPosition'>
       
</entry>