Created
September 17, 2015 11:35
-
-
Save lipusz/408ab50034ddd111d2c6 to your computer and use it in GitHub Desktop.
portal-test-ext.properties for Liferay 7.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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