settings keys in DB converted to camel case
callback-based settings model replaced by async-based settings model
This commit is contained in:
parent
6c5c47ac2e
commit
d8ee364a4b
22 changed files with 123 additions and 143 deletions
|
@ -1,5 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
// FIXME: This does not work now because of missing lib/models/settings
|
||||
|
||||
let config = require('config');
|
||||
let passport = require('../lib/passport');
|
||||
let express = require('express');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue