From e666a1923168224fb8813c291d3a88d54252b491 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 5 Apr 2022 11:45:19 +0000 Subject: deploy: 708d88b1a22d422c294c4d06f2896a24f2a0251d --- develop/development/contributing_guide.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 033473174e..d950a49759 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -319,9 +319,10 @@ useful to reproduce this locally.

following environment variables matching your configuration:

For example:

export SYNAPSE_POSTGRES=1
@@ -330,6 +331,10 @@ export SYNAPSE_POSTGRES_USER=postgres
 export SYNAPSE_POSTGRES_PASSWORD=mydevenvpassword
 trial
 
+

You don't need to specify the host, user, port or password if your Postgres +server is set to authenticate you over the UNIX socket (i.e. if the psql command +works without further arguments).

+

Your Postgres account needs to be able to create databases.

Run the integration tests (Sytest).

The integration tests are a more comprehensive suite of tests. They run a full version of Synapse, including your changes, to check if -- cgit 1.5.1