-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.conf
39 lines (32 loc) · 1023 Bytes
/
custom.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -----------------------------------------------------------------------------
# --- Add custom config properties here
# --- Menu Type
# --- private.xml: default disabled reports
#Domain.Reports.EventDetailOBD=false
#Domain.Reports.EventDetailAll=false
Domain.Reports.PropertyValue=false
Domain.Reports.DiagnosticValue=false
Domain.Reports.GeozoneHotspotReport=false
Domain.Reports.JobReport=false
#Domain.Reports.VehicleDriverBehavior=false
# --- private.xml: Top Menu
# - [fixed|expand|button]
#Domain.Properties.topMenu.menuType=expand
#Domain.Properties.topMenu.menuType=button
# --- SMTP
# - (outgoing email configuration parameters)
#smtp.host=smtp.example.com
#smtp.port=465
#smtp.user=someuser
#smtp.password=somepass
#smtp.enableSSL=true
#smtp.enableTLS=true
#smtp.timeoutMS=60000
#
# - debug/testing
#smtp.debug=false
#smtp.threadModel.show=true
# --- Default disable Track Service (feature may not be available in all releases)
track.enableService=false
# -