Bake genus into config (prep for clostridium)
This commit is contained in:
parent
4e1e6f2899
commit
472eb639bc
7 changed files with 34 additions and 5 deletions
|
@ -12,11 +12,11 @@ module.exports = function(environment) {
|
|||
// e.g. 'with-controller': true
|
||||
}
|
||||
},
|
||||
|
||||
APP: {
|
||||
// Here you can pass flags/options to your application instance
|
||||
// when it is created
|
||||
}
|
||||
},
|
||||
genus: 'hymenobacter',
|
||||
};
|
||||
|
||||
if (environment === 'development') {
|
||||
|
|
Reference in a new issue