Skip to content

Commit

Permalink
move to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus authored Aug 27, 2024
1 parent 3605b8b commit 3667b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traccar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<!-- Documentation: https://www.traccar.org/configuration-file/ -->

<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://${DATABASE_HOST}/traccar?zeroDateTimeBehavior=round&amp;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.driver'>org.postgresql.Driver</entry>
<entry key='database.url'>jdbc:postgresql://${DATABASE_HOST}/traccar?sslmode=require</entry>
<entry key='database.user'>${DATABASE_USER}</entry>
<entry key='database.password'>${DATABASE_PASSWORD}</entry>
<entry key='database.changelog'></entry>
Expand Down

0 comments on commit 3667b81

Please sign in to comment.