Created
November 5, 2012 17:35
-
-
Save nkabir/4018751 to your computer and use it in GitHub Desktop.
Liferay portal-ext.properties
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
###################################################################################### | |
# | |
# Database Configuration | |
# | |
###################################################################################### | |
# MySQL database settings | |
# Assumes that a database has been created with name 'liferay' | |
jdbc.default.driverClassName=com.mysql.jdbc.Driver | |
jdbc.default.url=jdbc:mysql://localhost/liferay?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false | |
jdbc.default.username={{ dbuser }} | |
jdbc.default.password={{ dbpass }} | |
###################################################################################### | |
# | |
# LDAP Configuration | |
# | |
# Documentation indicates that LDAP should be configured via Control Panel under | |
# site password policies | |
# | |
###################################################################################### | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment