Added abstraction layer around config.
`roles` in config renamed to `defaultRoles`. These are used if no `roles` are provided in production.yaml
This commit is contained in:
parent
8cd01fe99e
commit
6ae9143c22
33 changed files with 42 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const log = require('./log');
|
||||
const config = require('config');
|
||||
const config = require('./config');
|
||||
|
||||
const fs = require('fs-extra-promise');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue