Update to exit on errors(max_fails)
This commit is contained in:
@ -1,17 +1,18 @@
|
||||
[mumble]
|
||||
port = '5668'
|
||||
host = 'presgold.linx.safemobile.com'
|
||||
host = 'prestage.linx.safemobile.com'
|
||||
|
||||
[hub]
|
||||
address = 'https://hub.presgold.linx.safemobile.com/'
|
||||
address = 'https://hub.prestage.linx.safemobile.com/'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
host = 'presgold.linx.safemobile.com/api'
|
||||
host = 'prestage.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
|
||||
@ -19,16 +20,28 @@ gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
|
||||
[assets]
|
||||
#VOICE and GPS Presgold
|
||||
ids = [
|
||||
2164,2165,2166,2167,2168,2169,2170,2171,2172,2173
|
||||
#VOICE and GPS Stage
|
||||
# ids = [
|
||||
# 65,1125
|
||||
# ]
|
||||
|
||||
# VOICE and GPS Presgold
|
||||
# ids = [
|
||||
# 2164
|
||||
# 2164,2165,2166,2167,2168,2169,2170,2171,2172,2173
|
||||
# 2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,
|
||||
# 2184,2185,2186,2187,2188,2189,2190,2191,2192,2193
|
||||
# 2194,2195,2196,2197,2198,2199,2200,2201,2202,2203
|
||||
]
|
||||
# 2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,
|
||||
# 2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,
|
||||
# 2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,
|
||||
# 2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,
|
||||
# 2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,
|
||||
# 2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,
|
||||
# 2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,
|
||||
# 2254,2255,2256,2257,2258,2259,2260,2261,2262,2263
|
||||
# ]
|
||||
|
||||
#VOICE and GPS Prestage
|
||||
# ids = [1947]
|
||||
ids = [1947]
|
||||
# ids = [1947,1957]
|
||||
# ids = [1947,1957,1967]
|
||||
# 10 units
|
Reference in New Issue
Block a user