synapse/_config.sh
changeset 5 2128a557be76
parent 1 ba8922061637
child 7 6aea45bf033b
equal deleted inserted replaced
4:721d4af9fdd7 5:2128a557be76
     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..."