Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2525b39

Browse files
author
Sashko Stubailo
committed
Clean up config
1 parent 6c3f103 commit 2525b39

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

knexfile.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,11 @@
22
require('babel-register');
33

44
module.exports = {
5-
65
development: {
76
client: 'sqlite3',
87
connection: {
98
filename: './dev.sqlite3',
109
},
1110
useNullAsDefault: true,
1211
},
13-
//
14-
// production: {
15-
// client: 'postgresql',
16-
// connection: {
17-
// database: 'my_db',
18-
// user: 'username',
19-
// password: 'password'
20-
// },
21-
// pool: {
22-
// min: 2,
23-
// max: 10
24-
// },
25-
// migrations: {
26-
// tableName: 'knex_migrations'
27-
// }
28-
// }
29-
3012
};

0 commit comments

Comments
 (0)