Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # integrant - https://github.com/weavejester/integrant ## Docs - [[Clojure Library]] ## system state <code> (defn system-state [] (or @core/system state/system)) </code> ## system.edn <code clojure> {:system/env #profile {:dev :dev :test :test :prod :prod} :secrets #include #profile {:dev "secrets_dev.edn" :test "secrets_test.edn" :prod "secrets_prod.edn"} } </code> open/integrant.txt Last modified: 2024/10/05 06:15by 127.0.0.1