On May 23, 6:19 am, Rasmus Svensson <[email protected]> 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 [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en