Expand _config.sh with more variables
authorPeter Gervai <grin@grin.hu>
Mon, 24 Jan 2022 10:20:52 +0100
changeset 5 2128a557be76
parent 4 721d4af9fdd7
child 6 85afc1496738
Expand _config.sh with more variables
synapse/_config.sh
--- a/synapse/_config.sh	Fri Jan 21 10:22:39 2022 +0100
+++ b/synapse/_config.sh	Mon Jan 24 10:20:52 2022 +0100
@@ -1,6 +1,11 @@
 #!/bin/sh
 # (cc) Peter 'grin' Gervai, 2020
 
-#export   DB="postgresql://matrixro:password@localhost:5432/synapse"
-#export DBRW="postgresql://synapse:passwordd@localhost:5432/synapse"
-#export    T="MDAxNabCadacada111................"
+# 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..."