Skip to content

server settings api #141

Closed
Closed
@jasonkuhrt

Description

@jasonkuhrt

Once #133 lands it means that there is less reason for users to manually run start. One reason that will remain however is if they wish to pass custom configuration to the server. e.g.:

app.server.start({ port: '1234' })

We should have a more gradual api that doesn't force the user to take on start just because they want to configure something. e.g.:

app.server.configure({ port: '1234' })

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope/serverRelated to the server componenttype/featAdd a new capability or enhance an existing onetype/improveSomething existing is made better, does not affect the interface (example: better error message)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions