knexfile.ejemplo.js 239 Bytes
// Update with your config settings.

module.exports = {
    estacion: {client: 'mssql',
        connection: {host: 'iphost',
            database: 'my_db',
            user: 'username',
            password: 'password'
        }
    }
};