Need to be lists...

This commit is contained in:
niten 2022-02-01 10:11:12 -08:00
parent 4cddf53837
commit 46dc5ec88a
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))