1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 15:56:40 +08:00
Meng Sen 318fb9de14 发布 Traccar 轨迹
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-17 12:58:43 +08:00

13 lines
414 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>
<!-- Documentation: https://www.traccar.org/configuration-file/ -->
<entry key='database.driver'>org.h2.Driver</entry>
<entry key='database.url'>jdbc:h2:./data/database</entry>
<entry key='database.user'>sa</entry>
<entry key='database.password'></entry>
</properties>