39 lines
924 B
TOML
39 lines
924 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_voice = true
|
|
send_gps = true
|
|
send_group_monitoring_before_each_call = false
|
|
gps_report_interval = 10000 # 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 = 600 # seconds
|
|
|
|
[assets]
|
|
|
|
ids = [
|
|
asset_id_1, asset_id_2, asset_id_3
|
|
]
|
|
|
|
[sounds]
|
|
#sound = 'sound.mp3'
|
|
#sound = 'Donald Trump Sings I Will Survive (64 kbps).mp3'
|
|
#sounds_total_number = 20
|
|
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']
|