UNPKG
gengoal
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Tool to translate and track your project copies with the Gengo API
gengoal
/
knexfile.js
14 lines
(10 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Update with your config settings.
module
.
exports
= { tracker: { client:
'sqlite3'
, debug:
false
, connection: { filename:
'./dev.sqlite3'
} } };