Skip to content

Instantly share code, notes, and snippets.

@lipusz
Created September 17, 2015 11:35
Show Gist options
  • Save lipusz/408ab50034ddd111d2c6 to your computer and use it in GitHub Desktop.
Save lipusz/408ab50034ddd111d2c6 to your computer and use it in GitHub Desktop.
portal-test-ext.properties for Liferay 7.0
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal-test?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=yourUser
jdbc.default.password=yourPassword
#MASTER_HOME is set as an env variable in ~.bashrc
liferay.home=${env.MASTER_HOME}
module.framework.base.dir=${liferay.home}/osgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment