Commit ae288c18d3c2c8eb0d0701f870eea723a0c2d209

Authored by Marcelo Aiello
1 parent a7bab3b219
Exists in master

agregamos nuevamente knexfile.ejemplo.js

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
... ... @@ -0,0 +1,11 @@
  1 +// Update with your config settings.
  2 +
  3 +module.exports = {
  4 + estacion: {-client: 'mssql',
  5 + connection: {-host: 'iphost',
  6 + database: 'my_db',
  7 + user: 'username',
  8 + password: 'password'
  9 + }
  10 + }
  11 +};
0 12 \ No newline at end of file