Skip to content
Snippets Groups Projects
Commit 91784140 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Merged

parents 5048ec09 4c4221e4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
"sourceType": "module"
},
"rules": {
"no-unused-vars": 0,
"indent": ["error",4],
"linebreak-style": ["error","unix"],
"semi": ["error","always"],
......
const path = require('path');
/**
* Options de configuration Knex
*/
* @file knexfile est requis par le module knexjs. Il permet de spécifier le mode de communication avec la BDD, et comprend identifiants et mots de passe.
* @author Wil Jallet
* */
module.exports = {
development: {
client: 'pg',
connection: {
......@@ -25,5 +25,4 @@ module.exports = {
directory: path.resolve('./db/seeds')
}
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment