hoplite.internal
Internal
Unstable
Section titled “config”
Internal interfaces are visible for advanced hosting and implementation inspection. They are not a compatibility commitment.
config
Section titled “config”(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