author | Peter Gervai <grin@grin.hu> |
Mon, 24 Jan 2022 10:21:08 +0100 | |
changeset 6 | 85afc1496738 |
parent 5 | 2128a557be76 |
child 7 | 6aea45bf033b |
permissions | -rwxr-xr-x |
#!/bin/sh # (cc) Peter 'grin' Gervai, 2020 # 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..."