Checkpoint on improvemenths.

This commit is contained in:
Bryce Covert
2017-12-08 08:01:37 -08:00
parent ef4dd52a42
commit dc5eb781a9
3 changed files with 19 additions and 34 deletions

View File

@@ -22,11 +22,13 @@
x)))
(def conn {:classname "org.postgresql.Driver" ; must be in classpath
:ssl true
:sslfactory "org.postgresql.ssl.NonValidatingFactory"
:subprotocol "postgresql"
:subname (str "//ec2-54-235-123-153.compute-1.amazonaws.com:5342/dbfemhppkdksfp")
:dbtype "postgresql"
:ssl true
:sslfactory "org.postgresql.ssl.NonValidatingFactory"
:host "ec2-54-235-123-153.compute-1.amazonaws.com"
:port 5342
:dbname "dbfemhppkdksfp"
; Any additional keys are passed to the driver
; as driver-specific properties.
:user "tkilrhrhzlumol"
:password "de6117f8551364ac84ed31c1231941f53ab0b5470c9956f478b2025ab5a0fb8b"})
:user "tkilrhrhzlumol"
:password "de6117f8551364ac84ed31c1231941f53ab0b5470c9956f478b2025ab5a0fb8b"})