aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.js')
-rw-r--r--config/config.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/config.js b/config/config.js
new file mode 100644
index 0000000..8312ddc
--- /dev/null
+++ b/config/config.js
@@ -0,0 +1,15 @@
+var path = require('path')
+ , rootPath = path.normalize(__dirname + '/..');
+
+
+module.exports = {
+ development: {
+ db: 'mongodb://localhost/test',
+ root: rootPath,
+ app: {
+ name: 'Divid'
+ }
+ }
+}
+
+