From dc7a3478024787d20ef8d7b5c31023054e555bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 10 Nov 2017 16:47:37 +0100 Subject: [PATCH] Made changes accordingly to readme.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e987c30..a9e7db2f 100755 --- a/README.md +++ b/README.md @@ -19,11 +19,10 @@ 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/```. +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/```. If you want the mailing to work, take a look at ```mailconfig.example.js```. You'll need ```mailconfig.js``` for this to work. Use ```$ npm start``` to start the server.