summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authordennisschagt <dennisschagt@gmail.com>2015-05-07 02:05:29 +0200
committerdennisschagt <dennisschagt@gmail.com>2015-05-07 02:05:29 +0200
commitc4152b00d6005e33c4250493e7ebe762737c16f2 (patch)
treebaf16a0fc24c0e89f7f485baeda92e127b064420 /config.js
parent5cb8b8c246d8f87fcb3f70a73693e05e651362b3 (diff)
downloadn-c4152b00d6005e33c4250493e7ebe762737c16f2.tar.gz
Serve static frontend files
Diffstat (limited to 'config.js')
-rw-r--r--config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.js b/config.js
index 372c542..5c5c394 100644
--- a/config.js
+++ b/config.js
@@ -17,3 +17,8 @@ exports.dburi = 'mongodb://localhost/rvs';
* https://github.com/expressjs/session#secret
*/
exports.session_secret = 'Very safe. Much secret. Wow.';
+
+/**
+ * Path to the static files of the frontend.
+ */
+exports.frontend_path = '../RVS-frontend';