Not sure if this is the right place to post feature requests (the plope collector seems to still have outstanding tickets from 2006).
It would be really handy if it were possible to define custom variables for use in the config files. For instance: [environment] basepath=/var/www project1=/mysite project2=/othersite [program:mysite_wsgi] directory=%(basepath)s%(project1)s [program:othersite_wsgi] directory=%(basepath)s%(project2)s [program:randomsite_wsgi] directory=%(basepath)s/random _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
