From c5117abe71e10e53f4d0413b449a2d5fc9f166ba Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Thu, 24 Mar 2022 05:56:08 +0500 Subject: [PATCH] chore: README.md updated --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5764c3..6464baa 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,21 @@ When launching the app, it will make use of specific environment variables. Thes Example contents of a `.env` file: ``` -MODE=desktop # options: [desktop|server] default: `desktop` -CORS=disable # options: [disable|enable] default: `disable` for `server` & `enable` for `desktop` -WHITELIST= # options: space separated urls -PROTOCOL=http # options: [http|https] default: http -PORT=5000 # default: 5000 +# options: [desktop|server] default: `desktop` +MODE=desktop + +# options: [disable|enable] default: `disable` for `server` & `enable` for `desktop` +CORS=disable + +# options: space separated urls +WHITELIST= + +# options: [http|https] default: http +PROTOCOL=http + +# default: 5000 +PORT=5000 + # optional # for MODE: `desktop`, prompts user