| Variable | Example | Description |
|---|---|---|
| ${MYSQL_HOST} | localhost | The host where the mysql server is running |
| ${MYSQL_PORT} | 3306 | The port where the mysql server is running |
| ${LFRY_DDBB} | lportal | Database schema for liferay standard installation |
| ${LFRYDB_USERNAME} | lportal | Database username for the database in liferay |
| ${LFRYDB_PASSWORD} | liferay | Database password for the database in liferay |
| ${LFRY_HOME} | /liferay-portal-6.0.5 | Directory instance installation |
| ${JAVA_HOME} | ${LFRY_HOME}/tomcat-6.0.26/bin/jre1.6.0_21 | Directory where java JRE is installed |