pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Default value in Config

Open lsbardel opened this issue 9 years ago • 0 comments

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.

lsbardel avatar Jul 18 '16 10:07 lsbardel