diff --git a/install/Adempiere/AdempiereEnvTemplate.properties b/install/Adempiere/AdempiereEnvTemplate.properties index 610358e6d2..96f11cad69 100644 --- a/install/Adempiere/AdempiereEnvTemplate.properties +++ b/install/Adempiere/AdempiereEnvTemplate.properties @@ -12,6 +12,8 @@ ADEMPIERE_JAVA_OPTIONS=-Xms64M -Xmx512M #Type of database, postgresql|oracle|oracleXE|fyracle ADEMPIERE_DB_TYPE=postgresql +#Path to database specific sql scripts: postgressql|oracle|oracleXE|fyracle +ADEMPIERE_DB_PATH=postgressql #Database server host name ADEMPIERE_DB_SERVER=localhost #Database port, oracle[1512], postgresql[5432], fyracle[3500] @@ -42,7 +44,7 @@ ADEMPIERE_KEYSTOREPASS=myPassword #Certificate details #Common name, default to host name -ADEMPIERE_CERT_CN= +ADEMPIERE_CERT_CN=localhost #Organization, default to the user name ADEMPIERE_CERT_ORG=ADempiere Bazaar #Organization Unit, default to 'AdempiereUser' @@ -50,9 +52,9 @@ ADEMPIERE_CERT_ORG_UNIT=AdempiereUser #town ADEMPIERE_CERT_LOCATION=myTown #state -ADEMPIERE_CERT_STATE= +ADEMPIERE_CERT_STATE=CA #2 character country code -ADEMPIERE_CERT_COUNTRY= +ADEMPIERE_CERT_COUNTRY=US #Mail server setting ADEMPIERE_MAIL_SERVER=localhost