const login_config = { type: 'checks', hosts: ['core', 'localhost', 'edge'], steps: [ { type: 'os.alive', host: 'core', }, { type: 'os.alive', host: 'edge', }, { type: 'os.alive', host: 'localhost', }, ], } module.exports = exports = login_config