Commit a854c2d8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove needless configurations from development-site entry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41279 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4eadfee2
......@@ -35,28 +35,6 @@ mysql_user = test
[development-site]
<= zope-instance-template
# this is provided by the enhanced [eggs] in deployment-2.12.cfg
mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
# developer by default want to have updatable Data.fs
force-zodb-update = true
eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths}
# MySQL
mysql_database_name = development_site
mysql_user = development_user
mysql_password = development_password
mysql_host = 127.0.0.1
mysql_port = ${configuration:mysql_port}
# create database
mysql_create_database = false
# below could be set in configuration
mysql_superuser = root
mysql_superpassword =
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${configuration:development_site_instancehome}
http-address = 18080
# until we will have more control over products we need to redefine to insert
......@@ -64,4 +42,3 @@ http-address = 18080
products =
${:instancehome}/Products/
${configuration:development_site_products}
# zope.conf template part ENDS
......@@ -28,26 +28,6 @@ instance-home = ${configuration:development_site_instancehome}
[development-site]
<= zope-instance-template
# developer by default want to have updatable Data.fs
force-zodb-update = true
#eggs =
# Products.ExternalEditor
# MySQL
mysql_database_name = development_site
mysql_user = development_user
mysql_password = development_password
mysql_host = 127.0.0.1
mysql_port = ${configuration:mysql_port}
# create database
mysql_create_database = true
# below could be set in configuration
mysql_superuser = root
mysql_superpassword =
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${configuration:development_site_instancehome}
http-address = 18080
# until we will have more control over products we need to redefine to insert
......@@ -55,4 +35,3 @@ http-address = 18080
products =
${:instancehome}/Products/
${configuration:development_site_products}
# zope.conf template part ENDS
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