[FIX][19.0]set default old values

pull/456/head
Swapnesh 3 months ago
parent 7a51557ef6
commit d4c6a3b816

@ -26,7 +26,7 @@ OE_PORT="8069"
# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 17.0 # IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 17.0
OE_VERSION="19.0" OE_VERSION="19.0"
# Set this to True if you want to install the Odoo enterprise version! # Set this to True if you want to install the Odoo enterprise version!
IS_ENTERPRISE="True" IS_ENTERPRISE="False"
# Installs postgreSQL V16 instead of defaults (e.g V12 for Ubuntu 20/22) - this improves performance # Installs postgreSQL V16 instead of defaults (e.g V12 for Ubuntu 20/22) - this improves performance
INSTALL_POSTGRESQL_SIXTEEN="True" INSTALL_POSTGRESQL_SIXTEEN="True"
# Set this to True if you want to install Nginx! # Set this to True if you want to install Nginx!
@ -41,7 +41,7 @@ WEBSITE_NAME="_"
# Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.) # Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.)
LONGPOLLING_PORT="8072" LONGPOLLING_PORT="8072"
# Set to "True" to install certbot and have ssl enabled, "False" to use http # Set to "True" to install certbot and have ssl enabled, "False" to use http
ENABLE_SSL="False" ENABLE_SSL="True"
# Provide Email to register ssl certificate # Provide Email to register ssl certificate
ADMIN_EMAIL="odoo@example.com" ADMIN_EMAIL="odoo@example.com"
## ##

Loading…
Cancel
Save