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:
parent
db0f1ae54f
commit
ffc394b522
|
|
@ -12,8 +12,8 @@ ADEMPIERE_JAVA_OPTIONS=-Xms64M -Xmx512M
|
||||||
|
|
||||||
#Type of database, postgresql|oracle|oracleXE|fyracle
|
#Type of database, postgresql|oracle|oracleXE|fyracle
|
||||||
ADEMPIERE_DB_TYPE=postgresql
|
ADEMPIERE_DB_TYPE=postgresql
|
||||||
#Path to database specific sql scripts: postgressql|oracle|oracleXE|fyracle
|
#Path to database specific sql scripts: postgresql|oracle|oracleXE|fyracle
|
||||||
ADEMPIERE_DB_PATH=postgressql
|
ADEMPIERE_DB_PATH=postgresql
|
||||||
#Database server host name
|
#Database server host name
|
||||||
ADEMPIERE_DB_SERVER=localhost
|
ADEMPIERE_DB_SERVER=localhost
|
||||||
#Database port, oracle[1512], postgresql[5432], fyracle[3500]
|
#Database port, oracle[1512], postgresql[5432], fyracle[3500]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue