On May 23, 6:19 am, Rasmus Svensson <r...@lysator.liu.se> wrote: > (defproject foo 1.0.0 > ...the usual stuff... > :aws {:access-key ~access-key > :secret-key ~secret-key}
This is good advice, but you can also use leiningen.core/user- settings, which returns a map of user-level configuration. This should be set in ~/.lein/init.clj using (def settings {:aws {:access-key "[...]"}}) -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en