equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 # (cc) Peter 'grin' Gervai, 2020 |
2 # (cc) Peter 'grin' Gervai, 2020 |
3 |
3 |
4 #export DB="postgresql://matrixro:password@localhost:5432/synapse" |
4 # synapse api |
5 #export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse" |
5 export SRV="https://matrix.example.org:8448" |
6 #export T="MDAxNabCadacada111................" |
6 # database readonly |
|
7 export DB="postgresql://matrixro:password@localhost:5432/synapse" |
|
8 # database r/w |
|
9 export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse" |
|
10 # token |
|
11 export T="MDAxNabCadacada111..." |