Well %(here)s is the only special one. Other than that you can specify anything and then fill it in at the command line (e.g. %(http_port)s -> pserve foo.ini http_port=5000). This is old PasteScript functionality that was ported to pserve. You can also reference other settings you've defined in the file in a similar fashion.
On Wed, Aug 1, 2012 at 3:01 PM, Jonathan Vanasco <[email protected]> wrote: > thanks! > > is there a guide to what %(here) and other variables are available on > the ini ? > > -- > 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. > -- 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.
