pulsar
pulsar copied to clipboard
Default value in Config
Currently the default values in Config instances are not updated when we initialise an Application with config parameters as key-valued parameter.
For example
WSGIServer(..., config='myconfig.path')
should show as default config the myconfig.path value.