--- a/synapse/_config.sh Fri Jan 21 10:22:39 2022 +0100
+++ b/synapse/_config.sh Mon Jan 24 10:20:52 2022 +0100
@@ -1,6 +1,11 @@
#!/bin/sh
# (cc) Peter 'grin' Gervai, 2020
-#export DB="postgresql://matrixro:password@localhost:5432/synapse"
-#export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse"
-#export T="MDAxNabCadacada111................"
+# synapse api
+export SRV="https://matrix.example.org:8448"
+# database readonly
+export DB="postgresql://matrixro:password@localhost:5432/synapse"
+# database r/w
+export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse"
+# token
+export T="MDAxNabCadacada111..."