diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-27 15:55:19 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-27 15:55:19 +0500 |
commit | 14840af2abd9976b8f5634af8e77f4a7126dfac1 (patch) | |
tree | d9bd2bc190a1a67bda345cc804f3b21d20416cec /setup/default.xml | |
parent | b70e46560359a181b0136fa1c6b0400615bfc904 (diff) | |
download | trackermap-server-14840af2abd9976b8f5634af8e77f4a7126dfac1.tar.gz trackermap-server-14840af2abd9976b8f5634af8e77f4a7126dfac1.tar.bz2 trackermap-server-14840af2abd9976b8f5634af8e77f4a7126dfac1.zip |
- Rename NotificationException to MessageException
- Simplify Notificator instantiation
- Make sms configuration more clear
- Move some defaults in code
- Some cleanup
Diffstat (limited to 'setup/default.xml')
-rw-r--r-- | setup/default.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/setup/default.xml b/setup/default.xml index d7c1e5f0f..83447ef83 100644 --- a/setup/default.xml +++ b/setup/default.xml @@ -29,9 +29,6 @@ <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.mail.class'>org.traccar.notification.NotificationMail</entry> - <entry key='notificator.sms.class'>org.traccar.notification.NotificationSms</entry> <entry key='server.statistics'>https://www.traccar.org/analytics/</entry> |