summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..a3400b8
--- /dev/null
+++ b/config.js
@@ -0,0 +1,13 @@
+'use strict';
+
+// TODO include local config
+
+/**
+ * Server port to listen on.
+ */
+exports.port = 3000;
+
+/**
+ * Mongoose connection URI.
+ */
+exports.dburi = 'mongodb://localhost/rvs';