diff options
Diffstat (limited to 'setup/default.xml')
-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> |