From fec3bd2f48a58c54152726835e760abed35ad8d8 Mon Sep 17 00:00:00 2001 From: ubuntu16 Date: Tue, 18 Feb 2020 10:26:21 +0200 Subject: [PATCH] LINXD-1229: Update default.toml for stage and update the README.md --- README.md | 1 + config/stage/default.toml | 39 ++------------------------------------- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 7f15a71..a76862b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Requirements -curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - -sudo apt-get install -y nodejs -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 -sudo apt-get install libasound2-dev -sudo npm i -g node-gyp diff --git a/config/stage/default.toml b/config/stage/default.toml index abce656..c373c1c 100644 --- a/config/stage/default.toml +++ b/config/stage/default.toml @@ -24,43 +24,8 @@ gps_lng_start_point = 24.776126 [assets] #VOICE and GPS Stage -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] +# ids = [ 1125 ] # Maria +ids = [1125] [sounds] sound = 'sound.mp3'