Is it possible to access another configuration value in a *.ini file?
In my case, I'd like to de-duplicate the database url which is set
twice in my production.ini file.

e.g., something like:

sqlalchemy.url = postgres:///mylonganduglyurl

beaker.session.type = ext:database
beaker.session.url = ${sqlalchemy.url}

-- 
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.

Reply via email to