From e296b9b6e6ae3ffecbbf60cdf974208be3276ab9 Mon Sep 17 00:00:00 2001 From: subnub Date: Sun, 8 Mar 2020 14:51:14 -0400 Subject: [PATCH] fixed formatting of readme --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 5a3a80c..38dcd1d 100755 --- a/readme.md +++ b/readme.md @@ -50,23 +50,23 @@ The npm run init command will create the needed env variables, but if you would Backend variables: Stored in /config/prod.env -MONGODB_URL= -PASSWORD= -HTTP_PORT= -HTTPS_PORT= -URL= -FULL_URL= -ROOT= +- MONGODB_URL= +- PASSWORD= +- HTTP_PORT= +- HTTPS_PORT= +- URL= +- FULL_URL= +- ROOT= Optional: -KEY= +- KEY= The KEY variable is optional, without it the server will prompt you for a password on startup, with a KEY the server will skip prompting for the password, use a KEY if you want to use myDrive with docker, or similar tools. Frontend variables: Stored on the root of the project .env.production -PORT= -REMOTE_URL= +- PORT= +- REMOTE_URL= ## Built In Server Tools