diff --git a/conf/traccar.xml b/conf/traccar.xml
index 722e6c4..a7e89a8 100644
--- a/conf/traccar.xml
+++ b/conf/traccar.xml
@@ -18,8 +18,8 @@
-->
- com.mysql.cj.jdbc.Driver
- jdbc:mysql://localhost/__DB_NAME__?zeroDateTimeBehavior=round&serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''
+ org.postgresql.Driver
+ jdbc:postgresql://localhost/__DB_NAME__
__DB_USER__
__DB_PWD__
@@ -34,6 +34,8 @@
false
__APP__
__MAIL_PWD__
+ __APP__@__MAIN_DOMAIN__
+