From 1d2f9061c53ff77c48d09ba797946fc456393504 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 11 Mar 2024 13:23:07 +0100 Subject: [PATCH] refactor: refs #5167 Requested changes --- README.md | 4 ++-- config.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63f726a3..589b7f4c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Run this commands on project root directory to install Node dependencies. $ npm install ``` -Install project [dependences](https://gitea.verdnatura.es/verdnatura/hedera-web/src/branch/dev/debian/control). +Install project dependences (debian/control). Pull from repository [php-vn-lib](https://gitea.verdnatura.es/verdnatura/php-vn-lib) and install [dependences](https://gitea.verdnatura.es/verdnatura/php-vn-lib/src/branch/master/debian/control) of this project. -Configure [config.php](https://gitea.verdnatura.es/verdnatura/hedera-web/src/branch/dev/config.php) file. +Configure config.php file. Launch project fronted. ``` diff --git a/config.php b/config.php index bca8a8db..7e853029 100644 --- a/config.php +++ b/config.php @@ -12,6 +12,8 @@ * * - http://www.mydomain.org -> config.www.php * - http://test.mydomain.org -> config.test.php + * + * Put the password in base64. */ return [ /**