Currently I am having production.ini, develop.ini and test.ini for a web application. Most of the INI configuration is copy-paste. I'd like to split off the shared configuration part to base.ini or similar.
How Pyramid configuration files can be extended or included in a way that the extension mechanism plays well with pserve and ofter serving strategies.