35 lines
555 B
TOML
35 lines
555 B
TOML
[mumble]
|
|
port = '5668'
|
|
host = '10.120.1.169'
|
|
|
|
[hub]
|
|
address = 'https://10.120.1.169/'
|
|
|
|
[elogs]
|
|
name = '169'
|
|
|
|
[api]
|
|
port = ''
|
|
host = '10.120.1.169/api'
|
|
use_secure = true
|
|
accept_untrusted_certs = true
|
|
|
|
[settings]
|
|
max_fails = 399999
|
|
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 = [13]
|
|
|
|
[sounds]
|
|
sound = 'sound.mp3'
|
|
#sound = 'file_example_MP3_700KB.mp3'
|
|
sounds_total_number = 1
|