47 lines
930 B
TOML
47 lines
930 B
TOML
|
[mumble]
|
||
|
port = '5668'
|
||
|
host = 'demo.linx.safemobile.com'
|
||
|
|
||
|
[hub]
|
||
|
address = 'https://hub.demo.linx.safemobile.com/'
|
||
|
|
||
|
[elogs]
|
||
|
name = 'demo'
|
||
|
|
||
|
[api]
|
||
|
port = ''
|
||
|
host = 'demo.linx.safemobile.com/api'
|
||
|
use_secure = true
|
||
|
accept_untrusted_certs = true
|
||
|
|
||
|
[settings]
|
||
|
max_fails = 3
|
||
|
send_voice = true
|
||
|
send_gps = true
|
||
|
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||
|
gps_lat_start_point = 46.217802
|
||
|
gps_lng_start_point = 24.776126
|
||
|
testing_period = 1500
|
||
|
|
||
|
[assets]
|
||
|
#VOICE and GPS
|
||
|
# Andrei
|
||
|
# ids = [7]
|
||
|
|
||
|
# simulator-sergiu-01
|
||
|
# ids = [1947]
|
||
|
|
||
|
# simulator-sergiu-01 - simulator-sergiu-10
|
||
|
# ids = [1947,1948,1949,1950,1951,1952,1953,1954,1955,1956]
|
||
|
|
||
|
# sim-unit-01 - sim-unit-10
|
||
|
ids = [2957,2958,2959,2960,2961,2962,2963,2964,2965,2966]
|
||
|
|
||
|
# Casian Ciprian Cristi Simon Demo1 Demo2 Florin Laurentiu Paulina Richard Sergiu
|
||
|
# ids = [52,53,54,55,56]
|
||
|
|
||
|
[sounds]
|
||
|
sound = 'sound.mp3'
|
||
|
#sound = 'file_example_MP3_700KB.mp3'
|
||
|
sounds_total_number = 1
|