feat: config-manager component

This commit is contained in:
NGPixel
2017-10-08 17:21:36 -04:00
parent c26fae2ede
commit c94e2d5700
24 changed files with 461 additions and 155 deletions

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Associate DB Model relations
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Comment schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Document schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* File schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Folder schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Group schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Right schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Settings schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/**
* Tags schema
*/

View File

@@ -1,5 +1,3 @@
'use strict'
/* global wiki */
const Promise = require('bluebird')