Added custom log name
This commit is contained in:
33
config/stage/default.toml
Normal file
33
config/stage/default.toml
Normal file
@ -0,0 +1,33 @@
|
||||
[mumble]
|
||||
port = '5668'
|
||||
host = 'stage.linx.safemobile.com'
|
||||
|
||||
[hub]
|
||||
address = 'https://hub.stage.linx.safemobile.com/'
|
||||
|
||||
[elogs]
|
||||
name = 'stage'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
host = 'stage.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
|
||||
|
||||
[assets]
|
||||
#VOICE and GPS Stage
|
||||
ids = [
|
||||
2224
|
||||
]
|
||||
|
||||
[sounds]
|
||||
sound = 'sound.mp3'
|
||||
sounds_total_number = 20
|
Reference in New Issue
Block a user