From 5fc0a5db6b9cb5796dded2dacd3c31d027243894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Canales=20Pere=C3=B1a?= Date: Sun, 18 Jun 2023 19:20:27 +0000 Subject: [PATCH] Update file README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4a066e6..d1bbe7f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ git clone http://git.wacanal.cloud/ernie/databank-extension.git ``` +2. Change lines 14 and 15 in file **script.js** with the IP and port where the DataBank API server is listening + +```JavaScript +const baseDominio = 'xxx.xxx.xxx.xxx'; +const portTLS = 'xxxx'; +``` + 2. Open Google Chrome and go to the option "Extensions->Manage Extensions" 3. Once in the extension manager, select "Load unpacked" 4. Select the cloned repository