Updated simulator logs
This commit is contained in:
56
config/testing2/default.toml
Normal file
56
config/testing2/default.toml
Normal file
@ -0,0 +1,56 @@
|
||||
[mumble]
|
||||
port = '5668'
|
||||
host = 'testing2.linx.safemobile.com'
|
||||
|
||||
[hub]
|
||||
address = 'https://hub.testing2.linx.safemobile.com/'
|
||||
|
||||
[elogs]
|
||||
name = 'testing2'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
host = 'testing2.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
|
||||
# linx-simulator-1
|
||||
ids = [3771]
|
||||
|
||||
# linx-simulator-1 - linx-simulator-5
|
||||
#ids = [3771,3772,3773,3774,3775]
|
||||
|
||||
# linx-simulator-1 - linx-simulator-10
|
||||
#ids = [3771,3772,3773,3774,3775,3776,3777,3778,3779,3780]
|
||||
|
||||
# linx-simulator-1 - linx-simulator-25
|
||||
#ids = [
|
||||
#3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,
|
||||
#3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,
|
||||
#3791,3792,3793,3774,3795
|
||||
#]
|
||||
|
||||
# linx-simulator-1 - linx-simulator-50
|
||||
#ids = [
|
||||
#3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,
|
||||
#3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,
|
||||
#3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,
|
||||
#3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,
|
||||
#3811,3812,3813,3814,3815,3816,3817,3818,3819,3820
|
||||
#]
|
||||
|
||||
[sounds]
|
||||
sound = 'sound.mp3'
|
||||
#sound = 'file_example_MP3_700KB.mp3'
|
||||
sounds_total_number = 1
|
Reference in New Issue
Block a user