Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created November 5, 2012 17:35
Show Gist options
  • Save nkabir/4018751 to your computer and use it in GitHub Desktop.
Save nkabir/4018751 to your computer and use it in GitHub Desktop.
Liferay portal-ext.properties
######################################################################################
#
# 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