BF: [2832535] - Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832535&group_id=176962
Fixed postgres value.
This commit is contained in:
trifonnt 2009-08-12 16:21:19 +00:00
parent db0f1ae54f
commit ffc394b522
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +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
#Path to database specific sql scripts: postgresql|oracle|oracleXE|fyracle
ADEMPIERE_DB_PATH=postgresql
#Database server host name
ADEMPIERE_DB_SERVER=localhost
#Database port, oracle[1512], postgresql[5432], fyracle[3500]