aboutsummaryrefslogtreecommitdiff
path: root/setup/default.xml
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-06-26 09:22:22 +0500
committerAbyss777 <abyss@fox5.ru>2018-06-26 09:22:22 +0500
commitaba402226403f8b3eb58cc01e8f536eb4104d35a (patch)
treeec884994ad90365fa9b385465a80391606f6d970 /setup/default.xml
parentc700bfdb66071ba224ddf01e9827e721562fed7a (diff)
parent575deac9e2df1cbd0601328f7ea7a9f22029fa43 (diff)
downloadtraccar-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.tar.gz
traccar-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.tar.bz2
traccar-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.zip
Merge remote-tracking branch 'ivanfmartinez/notifications'
# Conflicts: # src/org/traccar/Context.java
Diffstat (limited to 'setup/default.xml')
-rw-r--r--setup/default.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/default.xml b/setup/default.xml
index 326ff7b93..353ba36a7 100644
--- a/setup/default.xml
+++ b/setup/default.xml
@@ -28,6 +28,11 @@
<entry key='media.path'>./media</entry>
+ <entry key='notificator.types'>web,mail</entry>
+ <entry key='notificator.web.class'>org.traccar.notification.NotificationWeb</entry>
+ <entry key='notificator.sms.class'>org.traccar.notification.NotificationSms</entry>
+ <entry key='notificator.mail.class'>org.traccar.notification.NotificationMail</entry>
+
<entry key='server.statistics'>https://www.traccar.org/analytics/</entry>
<entry key='commands.queueing'>true</entry>