Need to be lists...
This commit is contained in:
parent
4cddf53837
commit
46dc5ec88a
|
@ -159,7 +159,7 @@
|
|||
(let ((postmodern:*ignore-unknown-columns* t)
|
||||
(cl-postgres:*query-log* *standard-output*)
|
||||
(*dns-store* (make-instance 'backplane-dns-store:postgres-dns-store)))
|
||||
(postmodern:with-connection (list db-name db-username db-password db-host (port db-port) (use-ssl db-use-ssl))
|
||||
(postmodern:with-connection (list db-name db-username db-password db-host `(port ,db-port) `(use-ssl ,db-use-ssl))
|
||||
(with-backplane (backplane (backplane-connect xmpp-host xmpp-username xmpp-password))
|
||||
(start-listening backplane)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue