LINXD-1229: Update default.toml for stage and update the README.md
This commit is contained in:
parent
5ec52a6617
commit
fec3bd2f48
@ -7,6 +7,7 @@ Requirements
|
|||||||
-curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
-curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||||
-sudo apt-get install -y nodejs
|
-sudo apt-get install -y nodejs
|
||||||
-sudo apt-get install -y build-essential
|
-sudo apt-get install -y build-essential
|
||||||
|
-install python 2.7
|
||||||
-rm package-lock.json && rm -rf node_modules && rm -rf ~/.node-gyp only if package-lock.json/node_modules or node was installed
|
-rm package-lock.json && rm -rf node_modules && rm -rf ~/.node-gyp only if package-lock.json/node_modules or node was installed
|
||||||
-sudo apt-get install libasound2-dev
|
-sudo apt-get install libasound2-dev
|
||||||
-sudo npm i -g node-gyp
|
-sudo npm i -g node-gyp
|
||||||
|
@ -24,43 +24,8 @@ gps_lng_start_point = 24.776126
|
|||||||
|
|
||||||
[assets]
|
[assets]
|
||||||
#VOICE and GPS Stage
|
#VOICE and GPS Stage
|
||||||
ids = [
|
# ids = [ 1125 ] # Maria
|
||||||
1125
|
ids = [1125]
|
||||||
]
|
|
||||||
|
|
||||||
[sounds]
|
|
||||||
sound = 'sound.mp3'
|
|
||||||
sounds_total_number = 20
|
|
||||||
[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 = [
|
|
||||||
1125
|
|
||||||
]
|
|
||||||
#ids = [1125]
|
|
||||||
|
|
||||||
[sounds]
|
[sounds]
|
||||||
sound = 'sound.mp3'
|
sound = 'sound.mp3'
|
||||||
|
Loading…
Reference in New Issue
Block a user