41 lines
848 B
TOML
41 lines
848 B
TOML
[mumble]
|
|
port = '5668'
|
|
host = 'dev.linx.safemobile.com'
|
|
|
|
[hub]
|
|
address = 'https://hub.dev.linx.safemobile.com/'
|
|
|
|
[elogs]
|
|
name = 'dev'
|
|
|
|
[api]
|
|
port = ''
|
|
host = 'dev.linx.safemobile.com/api'
|
|
use_secure = true
|
|
accept_untrusted_certs = true
|
|
|
|
[settings]
|
|
max_fails = 3
|
|
send_group_monitoring_before_each_call = 'true'
|
|
gps_report_interval = 1000 # The interval in which the GPS is sent
|
|
gps_lat_start_point = 46.217802
|
|
gps_lng_start_point = 24.776126
|
|
delay_between_clients = 300
|
|
testing_duration = 40 # seconds
|
|
|
|
|
|
[[assets]]
|
|
asset_id = 63
|
|
group_id = 1
|
|
generate_voice = true
|
|
generate_gps = true
|
|
|
|
[[assets]]
|
|
asset_id = 64
|
|
group_id = 1
|
|
generate_voice = false
|
|
generate_gps = true
|
|
|
|
[sounds]
|
|
tracks = ['1.mp3','2.mp3','3.mp3','4.mp3','5.mp3','6.mp3','7.mp3','8.mp3','9.mp3','10.mp3','11.mp3','12.mp3','13.mp3','14.mp3','15.mp3','16.mp3','17.mp3','18.mp3','19.mp3']
|