synapse/_config.sh
changeset 7 6aea45bf033b
parent 5 2128a557be76
--- a/synapse/_config.sh	Mon Jan 24 10:21:08 2022 +0100
+++ b/synapse/_config.sh	Wed Mar 02 14:50:37 2022 +0100
@@ -6,6 +6,8 @@
 # database readonly
 export   DB="postgresql://matrixro:password@localhost:5432/synapse"
 # database r/w
-export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse"
+export DBRW="postgresql://synapseuser:passwordd@localhost:5432/synapse"
 # token
 export    T="MDAxNabCadacada111..."
+# psql command line (pw in ~/.pgpass)
+export PSQL_CMD='psql -h 1.2.3.4 -U matrixro synapse -c'