On Mon, Mar 24, 2008 at 2:53 PM, mickolka <[EMAIL PROTECTED]> wrote: > > Hi all > I need to run a 2 instances of same application in production > environment with slightly different configs. In order to have less > copy paste I'd like to be able to create a base ini file and extend it > twice like > > production-base.ini: > foo = bar > baz = bar > > production-1.ini: > baz = bad > > production-2.ini: > baz = sad > > is it possible to do somehow such extending?
Look at test.ini, which does this. [app:main] use = config:development.ini baz = sad -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
