aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorIvan Martinez <ivanfmartinez@users.noreply.github.com>2018-04-09 21:20:15 -0300
committerIvan Martinez <ivanfmartinez@users.noreply.github.com>2018-04-09 21:20:15 -0300
commit9339c709e5a6d521fd0bdd4b1221b909c0a888d6 (patch)
treed5ffa7b35ba2bbc0036d21128495405877723a00 /setup
parent084b8370d98cdad1cae6d9d708582846da50e3b4 (diff)
downloadtraccar-server-9339c709e5a6d521fd0bdd4b1221b909c0a888d6.tar.gz
traccar-server-9339c709e5a6d521fd0bdd4b1221b909c0a888d6.tar.bz2
traccar-server-9339c709e5a6d521fd0bdd4b1221b909c0a888d6.zip
configuration support for notificators
Diffstat (limited to 'setup')
-rw-r--r--setup/default.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/default.xml b/setup/default.xml
index 1788cb901..123f67572 100644
--- a/setup/default.xml
+++ b/setup/default.xml
@@ -27,6 +27,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>
<!-- DATABASE CONFIG -->