Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3f103 commit 2525b39Copy full SHA for 2525b39
knexfile.js
@@ -2,29 +2,11 @@
2
require('babel-register');
3
4
module.exports = {
5
-
6
development: {
7
client: 'sqlite3',
8
connection: {
9
filename: './dev.sqlite3',
10
},
11
useNullAsDefault: true,
12
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
30
};
0 commit comments