I have found that I can do this: [DEFAULT] testkey_default = TEST [app:app1] testkey = %(testkey_default)s
[app:app2] testkey = %(testkey_default)s It causes even more duplication of the config, but it means maintaining the values in a single section. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/96f_GN-BciMJ. 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.
