var config = module.exports = {}; config.db_config = { user: 'error', password: 'error', database: 'error', host: 'localhost', port: 5432 }; config.webservice_config = { ip: "127.0.0.1" } config.agentVersion = 0.0;