summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
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';