let appConfig = {
    helpBaseURI: "http://" + window.location.hostname + ":" + window.location.port,
    restBaseURI: "http://" + window.location.hostname + ":" + 80,
    wsBaseURI: "ws://" + window.location.hostname + ":" + 80,
    urlRoot: "unity/simulation"
    // Add shortlink for issues report
}
