02-17-2018, 11:55 AM
(02-10-2018, 08:59 PM)ankasem Wrote: [cut]
In bash hold ctrl + c.
--------------------------------
for server
----------------------------------
https://gekko.wizb.it/docs/installation/...erver.html
I tried this, but when I CTRL+C, Gekko stops, even though I set "headless: true"
This is my UIconfig.js:
Code:
const CONFIG = {
headless: true,
api: {
host: '192.168.1.24',
port: 80,
timeout: 120000 // 2 minutes
},
ui: {
ssl: false,
host: '192.168.1.24',
port: 80,
path: '/'
},
adapter: 'sqlite'
}
if(typeof window === 'undefined')
module.exports = CONFIG;
else
window.CONFIG = CONFIG;
I'm running on a fresh Debian 9x VM