Commit a7d28dfb6dd16ca5433528d9f4e70d2d7c61a3bb
1 parent
ae288c18d3
Exists in
master
agregamos espacios en blanco
Showing
2 changed files
with
4 additions
and
4 deletions
 
Show diff stats
knexfile.ejemplo.js
| 1 | 1 | // Update with your config settings. | 
| 2 | 2 | |
| 3 | 3 | module.exports = { | 
| 4 | - estacion: {-client: 'mssql', | |
| 5 | - connection: {-host: 'iphost', | |
| 4 | + estacion: {client: 'mssql', | |
| 5 | + connection: {host: 'iphost', | |
| 6 | 6 | database: 'my_db', | 
| 7 | 7 | user: 'username', | 
| 8 | 8 | password: 'password' | 
| 9 | 9 | } | 
| 10 | 10 | } | 
| 11 | -}; | |
| 12 | 11 | \ No newline at end of file | 
| 12 | +}; |