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

Merge branch 'LDAP_changes' of gitlab.binets.fr:br/sigma-backend into LDAP_changes

parents 47ecf0ee bb7456e6
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
* et c'est knex_router.js qui donne la configuration de knex.js à proprement parler (i.e. les méthodes knex.insert(...) dans le code javascript)
* @author manifold
*/
require('dotenv').config();
const path = require('path');
require('dotenv').config({path: path.resolve('..', './.env')});
const knexConfig = {
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