Last active
May 25, 2016 22:43
-
-
Save sammso/1085ebc36a537249d98371de418e10c1 to your computer and use it in GitHub Desktop.
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
include-and-override=portal-developer.properties | |
# | |
# MariaDB | |
# | |
#jdbc.default.driverClassName=org.mariadb.jdbc.Driver | |
#jdbc.default.url=jdbc:mariadb://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false | |
#jdbc.default.username=root | |
#jdbc.default.password=liferay | |
# | |
# MySQL | |
# | |
jdbc.default.driverClassName=com.mysql.jdbc.Driver | |
jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false | |
jdbc.default.username=root | |
jdbc.default.password=liferay | |
# | |
# Set the properties of the default password policy. | |
# | |
passwords.default.policy.change.required=false | |
# | |
# Set this to true if all users are required to agree to the terms of use. | |
# | |
terms.of.use.required=false | |
# | |
# Set this property to true if the Setup Wizard should be displayed the | |
# first the portal is started. | |
# | |
setup.wizard.enabled=false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment