From 7f1a2f6ca2e17215d12917440284a679217c7ad8 Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 25 Aug 2020 18:19:34 -0300 Subject: [PATCH] update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5846d9c..0e2ac13 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,25 @@ Clone this repository: git clone https://github.com/canove/whaticket whaticket ``` -Create the backend .env file and fill with database details: +Create backend .env file and fill with details: ```bash cp whaticket/backend/.env.example whaticket/backend/.env nano whaticket/backend/.env ``` +```bash +NODE_ENV= +BACKEND_URL=https://api.mydomain.com +PROXY_PORT=443 +PORT=8080 + +DB_HOST= +DB_USER= +DB_PASS= +DB_NAME= +``` + Install puppeteer dependencies(Instructions in installation) Install backend dependencies and run migrations: