Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created May 9, 2012 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dpritchett/2647344 to your computer and use it in GitHub Desktop.
Save dpritchett/2647344 to your computer and use it in GitHub Desktop.
(do
(authenticate conn
(get (System/getenv) "MONGO_USER")
(get (System/getenv) "MONGO_PASS"))
(set-connection! conn))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment