Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created October 6, 2010 01:15
Show Gist options
  • Save davidsantiago/612637 to your computer and use it in GitHub Desktop.
Save davidsantiago/612637 to your computer and use it in GitHub Desktop.
:contexts {:development {:db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname "//localhost:5432/site"
:user "site-web"
:password "password"}
:debug-mode true}
:release {:db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname "//localhost:5432/site"
:user "site-web"
:password "password"}
:debug-mode true}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment