Update doc

This commit is contained in:
2020-08-03 14:21:38 +03:00
parent 581be7b25e
commit ebfba8d82c
6 changed files with 173 additions and 0 deletions

34
config/169/default.toml Normal file
View File

@ -0,0 +1,34 @@
[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

30
config/vm/default.toml Normal file
View File

@ -0,0 +1,30 @@
[mumble]
port = '5668'
host = '192.168.100.10'
[hub]
address = 'https://192.168.100.10/'
[elogs]
name = 'vm'
[api]
port = ''
host = '192.168.100.10/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
[assets]
ids = [ 75 ]
[sounds]
sound = 'sound.mp3'
sounds_total_number = 20