From c4168b6c07dd57f2fa3df172832ec2102bdf1438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 10 Nov 2017 16:41:06 +0100 Subject: [PATCH] Fixed issue in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60efceb7..8e987c30 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ For the server to run, you have to have the files ``` api_key.js mailconfig.js -mongo_config.js ``` +mongo_config.js +``` in ```/server/config```. There are ```*.example.js``` files for all the ones mentioned above. If you're going to deploy the server with a certificate, you also need to create the ```cert_config.js``` in ```/server/config/```.