From 4cd8e42a1aa37dc7d324f1f4365ea5198bf1d943 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Wed, 5 Aug 2009 10:05:55 +0000 Subject: [PATCH] FR: [2832535] Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties https://sourceforge.net/tracker/?func=detail&aid=2832535&group_id=176962&atid=879332 --- install/Adempiere/AdempiereEnvTemplate.properties | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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