From 55e0e4162afc93b227c1b65f9b09a012e1f086e2 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Tue, 7 Jan 2020 14:27:18 +0100 Subject: [PATCH] [IMP] readme: add info about random generated password --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1000d46..0bb9902 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/13.0/odoo_in ##### 2. Modify the parameters as you wish. There are a few things you can configure, this is the most used list:
```OE_USER``` will be the username for the system user.
+```GENERATE_RANDOM_PASSWORD``` if this is set to ```True``` the script will generate a random password, if set to ```False```we'll set the password that is configured in ```OE_SUPERADMIN```. By default the value is ```True``` and the script will generate a random and secure password.
```INSTALL_WKHTMLTOPDF``` set to ```False``` if you do not want to install Wkhtmltopdf, if you want to install it you should set it to ```True```.
```OE_PORT``` is the port where Odoo should run on, for example 8069.
```OE_VERSION``` is the Odoo version to install, for example ```13.0``` for Odoo V13.