07-17-2018, 12:36 PM
(This post was last modified: 07-17-2018, 12:47 PM by wewantmoore.)
Windows. EDIT: Mac...
I haven't changed anything at all to the newest gekko-develop branch. Version 0.6.2. UIconfig is:
// Note: this file gets copied around, make sure you edit
// the UIconfig located at `gekko/web/vue/dist/UIconfig.js`.
// This config is used by both the frontend as well as the web server.
// see https://gekko.wizb.it/docs/installation/...ring-Gekko
const CONFIG = {
headless: false,
api: {
host: '127.0.0.1',
port: 3000,
timeout: 120000 // 2 minutes
},
ui: {
ssl: false,
host: 'localhost',
port: 3000,
path: '/'
},
adapter: 'sqlite'
}
if(typeof window === 'undefined')
module.exports = CONFIG;
else
window.CONFIG = CONFIG;
I haven't changed anything at all to the newest gekko-develop branch. Version 0.6.2. UIconfig is:
// Note: this file gets copied around, make sure you edit
// the UIconfig located at `gekko/web/vue/dist/UIconfig.js`.
// This config is used by both the frontend as well as the web server.
// see https://gekko.wizb.it/docs/installation/...ring-Gekko
const CONFIG = {
headless: false,
api: {
host: '127.0.0.1',
port: 3000,
timeout: 120000 // 2 minutes
},
ui: {
ssl: false,
host: 'localhost',
port: 3000,
path: '/'
},
adapter: 'sqlite'
}
if(typeof window === 'undefined')
module.exports = CONFIG;
else
window.CONFIG = CONFIG;