67 lines
1.6 KiB
Properties
67 lines
1.6 KiB
Properties
#idempiereEnv.properties Template
|
|
|
|
#idempiere home
|
|
IDEMPIERE_HOME=/opt/idempiere-server
|
|
#Java home
|
|
JAVA_HOME=
|
|
|
|
#Java runtime options
|
|
IDEMPIERE_JAVA_OPTIONS=-Xms64M -Xmx512M
|
|
|
|
#Type of database, postgresql|oracle|oracleXE
|
|
ADEMPIERE_DB_TYPE=PostgreSQL
|
|
ADEMPIERE_DB_EXISTS=N
|
|
#Path to database specific sql scripts: postgresql|oracle|oracleXE
|
|
ADEMPIERE_DB_PATH=postgresql
|
|
#Database server host name
|
|
ADEMPIERE_DB_SERVER=localhost
|
|
#Database port, oracle[1512], postgresql[5432]
|
|
ADEMPIERE_DB_PORT=5432
|
|
#Database name
|
|
ADEMPIERE_DB_NAME=idempiere
|
|
#Database system user password
|
|
ADEMPIERE_DB_SYSTEM=
|
|
#Database user name
|
|
ADEMPIERE_DB_USER=adempiere
|
|
#Database user password
|
|
ADEMPIERE_DB_PASSWORD=adempiere
|
|
|
|
#Application server host name
|
|
ADEMPIERE_APPS_SERVER=localhost
|
|
ADEMPIERE_WEB_ALIAS=localhost
|
|
#Application server port
|
|
ADEMPIERE_WEB_PORT=8080
|
|
ADEMPIERE_SSL_PORT=8443
|
|
|
|
#Keystore setting
|
|
ADEMPIERE_KEYSTORE=/opt/idempiere-server/keystore/myKeystore
|
|
ADEMPIERE_KEYSTOREWEBALIAS=adempiere
|
|
ADEMPIERE_KEYSTORECODEALIAS=adempiere
|
|
ADEMPIERE_KEYSTOREPASS=myPassword
|
|
|
|
#Certificate details
|
|
#Common name, default to host name
|
|
ADEMPIERE_CERT_CN=localhost
|
|
#Organization, default to the user name
|
|
ADEMPIERE_CERT_ORG=iDempiere Bazaar
|
|
#Organization Unit, default to 'AdempiereUser'
|
|
ADEMPIERE_CERT_ORG_UNIT=iDempiereUser
|
|
#town
|
|
ADEMPIERE_CERT_LOCATION=myTown
|
|
#state
|
|
ADEMPIERE_CERT_STATE=CA
|
|
#2 character country code
|
|
ADEMPIERE_CERT_COUNTRY=US
|
|
|
|
#Mail server setting
|
|
ADEMPIERE_MAIL_SERVER=localhost
|
|
ADEMPIERE_ADMIN_EMAIL=
|
|
ADEMPIERE_MAIL_USER=
|
|
ADEMPIERE_MAIL_PASSWORD=
|
|
|
|
#ftp server setting
|
|
ADEMPIERE_FTP_SERVER=localhost
|
|
ADEMPIERE_FTP_PREFIX=my
|
|
ADEMPIERE_FTP_USER=anonymous
|
|
ADEMPIERE_FTP_PASSWORD=user@host.com
|