equal
deleted
inserted
replaced
4 # synapse api |
4 # synapse api |
5 export SRV="https://matrix.example.org:8448" |
5 export SRV="https://matrix.example.org:8448" |
6 # database readonly |
6 # database readonly |
7 export DB="postgresql://matrixro:password@localhost:5432/synapse" |
7 export DB="postgresql://matrixro:password@localhost:5432/synapse" |
8 # database r/w |
8 # database r/w |
9 export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse" |
9 export DBRW="postgresql://synapseuser:passwordd@localhost:5432/synapse" |
10 # token |
10 # token |
11 export T="MDAxNabCadacada111..." |
11 export T="MDAxNabCadacada111..." |
|
12 # psql command line (pw in ~/.pgpass) |
|
13 export PSQL_CMD='psql -h 1.2.3.4 -U matrixro synapse -c' |