turn of db tls (for now at least)

This commit is contained in:
Niten 2020-11-11 13:05:25 -08:00
parent 9041ade333
commit 104c24fcd7
1 changed files with 3 additions and 2 deletions

View File

@ -191,8 +191,9 @@
db-host db-host
db-name db-name
db-username db-username
db-password) db-password
(postmodern:with-connection (list db-name db-username db-password db-host :use-ssl :try) db-tls)
(postmodern:with-connection (list db-name db-username db-password db-host)
(with-backplane xmpp-host xmpp-username xmpp-password (with-backplane xmpp-host xmpp-username xmpp-password
(lambda (backplane) (lambda (backplane)
(xmpp:receive-stanza-loop backplane))))) (xmpp:receive-stanza-loop backplane)))))