Skip to content

Config through parameters #53

Open
@ZeroIntensity

Description

@ZeroIntensity

Right now, to change the config you must either use a config file or manually edit it in a config instance. Perhaps things could be passed via new_app? For example:

from view import new_app

app = new_app(port=8080, host='localhost')

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiThis has to do with the Python API (view)good first issueAn issue that isn't necessarily easy to implement, but not required to be an expert in view.pyimprovementImprovement to an existing feature

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions