Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Dummy config directory for the articles module to make it easier for …
Browse files Browse the repository at this point in the history
…developers to understand and realize there's an actual per-module config/ directory/files that can be added
  • Loading branch information
lirantal committed Sep 6, 2015
1 parent 522cc6b commit 903b4ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/articles/server/config/articles.server.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
'user strict';

/**
* Module dependencies
*/
var path = require('path'),
config = require(path.resolve('./config/config'));

/**
* Module init function.
*/
module.exports = function (app, db) {

};

0 comments on commit 903b4ca

Please sign in to comment.