module.exports = { appIni: { mainWindowWait: 2000, }, reactAppUrl: { development: 'http://localhost:3000/editor', production: 'http://localhost:4001/editor', }, externalUrls: { help: 'https://cpvalente.gitbook.io/ontime/', }, };