HelenaExpressApp/www/settings.js

27 lines
864 B
JavaScript
Raw Normal View History

2020-10-10 19:26:30 -06:00
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
var SETTINGS = {
apis: {
2021-01-22 16:32:35 -07:00
track: "https://helena.express/tracker/api.php",
rates: "https://helena.express/rateapi.php"
2020-10-10 19:26:30 -06:00
},
2021-01-22 15:17:35 -07:00
appointmenturl: "https://appointments.netsyms.com/index.php?service=19&hlnexp=1&embed=1&only=1",
2020-10-10 19:26:30 -06:00
branding: {
2021-01-22 12:06:20 -07:00
apptitle: "Helena Express",
company: "Helena Express",
website: "https://helena.express"
2020-10-10 19:26:30 -06:00
},
maptileurls: {
liberty: {
url: "https://maps.netsyms.net/styles/osm-liberty/{z}/{x}/{y}.png",
json: "https://maps.netsyms.net/styles/osm-liberty/style.json",
name: "Liberty",
bgcolor: "#EFEFEF"
}
}
}