clojure - Application configuration file -
i wondering approach/library considered practise in clojure app development configuration files? keep settings e.g. database connection, credentials access external web services etc, in external configuration file.
thanks
clojure cookbook has section on that: https://github.com/clojure-cookbook/clojure-cookbook/blob/master/04_local-io/4-15_edn-config.asciidoc.
Comments
Post a Comment