synapse/_config.sh
changeset 7 6aea45bf033b
parent 5 2128a557be76
equal deleted inserted replaced
6:85afc1496738 7:6aea45bf033b
     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'