diff --git a/buildout-main.cfg b/buildout-main.cfg new file mode 100755 index 0000000..973d457 --- /dev/null +++ b/buildout-main.cfg @@ -0,0 +1,10 @@ +[buildout] +# Add the config name you want to use in the extends attribute: dev.cfg, prod.cfg, ... +extends = + base.cfg + port.cfg + amqp.cfg +# prod.cfg + sources.cfg + dev.cfg + test.cfg diff --git a/buildout.cfg b/buildout.cfg index 371903f..d56f41c 100755 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,12 +1,6 @@ [buildout] # Add the config name you want to use in the extends attribute: dev.cfg, prod.cfg, ... extends = - base.cfg - port.cfg - amqp.cfg -# prod.cfg - sources.cfg - dev.cfg + buildout-main.cfg # restapi.cfg # solr.cfg - test.cfg