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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

How do you convert a timestamp into a datetime in python with the correct timezone? -