diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-26 09:22:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-26 09:22:22 +0500 |
commit | aba402226403f8b3eb58cc01e8f536eb4104d35a (patch) | |
tree | ec884994ad90365fa9b385465a80391606f6d970 /setup | |
parent | c700bfdb66071ba224ddf01e9827e721562fed7a (diff) | |
parent | 575deac9e2df1cbd0601328f7ea7a9f22029fa43 (diff) | |
download | trackermap-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.tar.gz trackermap-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.tar.bz2 trackermap-server-aba402226403f8b3eb58cc01e8f536eb4104d35a.zip |
Merge remote-tracking branch 'ivanfmartinez/notifications'
# Conflicts:
# src/org/traccar/Context.java
Diffstat (limited to 'setup')
-rw-r--r-- | setup/default.xml | 5 |
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> |