Skip to content
Hoplite
Theme

Begin typing to search this site.

hoplite.internal

Internal Unstable

Internal interfaces are visible for advanced hosting and implementation inspection. They are not a compatibility commitment.

(config definition)

Defines an advanced single- or multi-application host configuration by associating :hoplite/type :config with the supplied map.

(internal/config
{:worker-processes 4
:apps [{:id :api
:app #'api/app
:port 8080
:hostnames ["api.example.test"]}]})

See Multiple applications for validation and instance fields.

Source: lib/src/hoplite/internal.hal