Commit 2d83fcca authored by Rafael Monnerat's avatar Rafael Monnerat

Created configuration file with one template for create mysql database.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33818 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5221e81
[buildout]
parts +=
mysql-database-instance
[mysql-database-template]
recipe = erp5.recipe.mysqldatabase
# MySQL
mysql_database_name = appliance_database
mysql_user = root
mysql_password =
mysql_host = ${configuration:mysql_host}
mysql_port = ${configuration:mysql_port}
mysql_superuser = root
mysql_superpassword =
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment