From 9aee1c83ac9e4fe87a196552c2b2706e260677c3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 12 Apr 2020 10:41:53 +0300 Subject: [PATCH] Add ?sslmode=disable to example postgres connection string Closes #163 --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 2ed2f4c..b3eafe5 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -21,7 +21,7 @@ appservice: type: sqlite3 # The database URI. # SQLite: File name is enough. https://github.com/mattn/go-sqlite3#connection-string - # Postgres: Connection string. For example, postgres://user:password@host/database + # Postgres: Connection string. For example, postgres://user:password@host/database?sslmode=disable uri: mautrix-whatsapp.db # Maximum number of connections. Mostly relevant for Postgres. max_open_conns: 20