Skip to content
Snippets Groups Projects
Commit dc51d447 authored by Quentin CHEVALIER's avatar Quentin CHEVALIER
Browse files

test doc

parent 05e70a2d
No related branches found
No related tags found
No related merge requests found
// Update with your config settings.
/**
* @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: 'postgresql',
connection: {
......@@ -18,5 +19,4 @@ module.exports = {
tableName: 'knex_migrations'
}
}
};
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