Skip to content

Instantly share code, notes, and snippets.

@sammso
Last active May 25, 2016 22:43
Show Gist options
  • Save sammso/1085ebc36a537249d98371de418e10c1 to your computer and use it in GitHub Desktop.
Save sammso/1085ebc36a537249d98371de418e10c1 to your computer and use it in GitHub Desktop.
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