diff -r 721d4af9fdd7 -r 2128a557be76 synapse/_config.sh --- 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..."