fix example db connection settings
This commit is contained in:
parent
38dee6ee8e
commit
7557762ab8
|
@ -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"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue