diff --git a/buildout/profiles/development-2.12.cfg b/buildout/profiles/development-2.12.cfg index 384160645684569973121b2a104c2cde1727fe53..ef5211bef60f046192ec7d00e7fe0bf5ad026e9f 100644 --- a/buildout/profiles/development-2.12.cfg +++ b/buildout/profiles/development-2.12.cfg @@ -36,6 +36,8 @@ mysql_user = test <= zope-instance-template instancehome = ${configuration:development_site_instancehome} http-address = 18080 +debug-mode = on +verbose-security = on # until we will have more control over products we need to redefine to insert # local products to be able to override products = diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg index 84c43ed1b2ec752509bd2933947243cf08387cca..5d93e0f30fc5ad50ffae05024c67ee6735765858 100644 --- a/buildout/profiles/development.cfg +++ b/buildout/profiles/development.cfg @@ -33,6 +33,8 @@ instance-home = ${configuration:development_site_instancehome} <= zope-instance-template instancehome = ${configuration:development_site_instancehome} http-address = 18080 +debug-mode = on +verbose-security = on # until we will have more control over products we need to redefine to insert # local products to be able to override products =