Sync default config with Traccar project (#210)

This commit is contained in:
Franck Nijhof 2023-03-26 15:12:54 +02:00 committed by GitHub
parent 59fe185300
commit f3c6e2f8e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,10 @@
<entry key='web.enable'>true</entry>
<entry key='web.port'>18682</entry>
<entry key='web.path'>./web</entry>
<entry key='web.path'>./modern</entry>
<entry key='web.address'>127.0.0.1</entry>
<entry key='web.cacheControl'>max-age=3600,public</entry>
<entry key='web.persistSession'>false</entry>
<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>google</entry>