Liking cljdoc? Tell your friends :D

kaleidoscope.clj.init.env

Parses environment variables into Clojure maps that are used to boot system components.

Parses environment variables into Clojure maps that are used to boot system
components.
raw docstring

BootInstructionclj

source

BootInstructionsclj

source

database-boot-instructionsclj

source

DEFAULT-BOOT-INSTRUCTIONSclj

Instructions for how to boot the entire system

Instructions for how to boot the entire system
sourceraw docstring

domainsclj

source

env->kaleidoscope-local-fsclj

(env->kaleidoscope-local-fs env)
source

env->keycloakclj

(env->keycloak env)
source

env->pg-connclj

(env->pg-conn env)
source

initialize-connection-pool!clj

(initialize-connection-pool! ds)

this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool

this code initializes the pool and performs a validation check:
It prevents us from having the first db request need to initialize the pool
sourceraw docstring

kaleidoscope-authentication-boot-instructionsclj

source

kaleidoscope-authorization-boot-instructionsclj

source

kaleidoscope-static-content-adapter-boot-instructionsclj

source

make-http-handlerclj

(make-http-handler {:keys [kaleidoscope] :as components})
source

make-middlewareclj

(make-middleware authentication authorization)
source

prepare-for-virtual-hostingclj

(prepare-for-virtual-hosting system)
source

prepare-kaleidoscopeclj

(prepare-kaleidoscope {:keys [database-connection kaleidoscope-authentication
                              kaleidoscope-authorization
                              kaleidoscope-static-content-adapters]
                       :as system})
source

start-system!clj

(start-system! env)
(start-system! boot-instructions env)
source

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

× close