3.8.1 – Start up a server or application automatically after login
To start up a server or application automatically after login, you can set the following parameters in the file html/appcfg.js
. Please ensure, that your content is placed inside the hi5.appcfg = {}
brackets:
hi5.appcfg = {
startup: {
server: "", //If server is "" or not found, the first one will be opened instead.
newWindow: false //Open in new window
},
}
After editing, save the file and restart SparkView.