Skip to content

Instantly share code, notes, and snippets.

@devn
Created January 27, 2014 22:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devn/8658515 to your computer and use it in GitHub Desktop.
Save devn/8658515 to your computer and use it in GitHub Desktop.
example caribou local.clj environment for heroku
{:database {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:database "YOURUNIQUESTRING"
:host "ec2-123-456-789.compute-1.amazonaws.com"
:port 5432
:user "postgres_username"
:ssl true
:sslfactory "org.postgresql.ssl.NonValidatingFactory"
:password "postgres_password"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment