Liking cljdoc? Tell your friends :D
Clojure only.

io.pedestal.environment

Information about the running environment for the Pedestal application.

Information about the running environment for the Pedestal application.
raw docstring

dev-mode?clj

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close