fix example db connection settings

This commit is contained in:
Gered 2016-05-30 19:00:47 -04:00
parent 38dee6ee8e
commit 7557762ab8

View file

@ -22,7 +22,7 @@
(def db {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname "//10.0.0.20/class_registry"
:subname "//localhost/class_registry"
:user "class_registry"
:password "s3cr3t"})