FR: [2832535] Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
https://sourceforge.net/tracker/?func=detail&aid=2832535&group_id=176962&atid=879332
This commit is contained in:
parent
387a7f1f24
commit
4cd8e42a1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue