Information about the running environment for the Pedestal application.
Information about the running environment for the Pedestal application.
True when running in development mode; this is set from configuration
(JVM property io.pedestal.dev-mode
or environment variable PEDESTAL_DEV_MODE
) and is generally false.
Development mode exists to assist in setting up a useful REPL-oriented workflow for local development and testing. It should never be enabled in production.
True when running in development mode; this is set from configuration (JVM property `io.pedestal.dev-mode` or environment variable `PEDESTAL_DEV_MODE`) and is generally false. Development mode exists to assist in setting up a useful REPL-oriented workflow for local development and testing. It should never be enabled in production.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close