aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/synapse/homeserver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-server/synapse/homeserver.yaml')
-rw-r--r--matrix-server/synapse/homeserver.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/matrix-server/synapse/homeserver.yaml b/matrix-server/synapse/homeserver.yaml
index d75c7af..7c98bd5 100644
--- a/matrix-server/synapse/homeserver.yaml
+++ b/matrix-server/synapse/homeserver.yaml
@@ -607,7 +607,7 @@ acme:
#
# If not set, defaults to your 'server_name'.
#
- domain: matrix.example.com
+ domain: terminaldweller.com
# file to use for the account key. This will be generated if it doesn't
# exist.
@@ -743,10 +743,10 @@ caches:
database:
name: psycopg2
args:
- user: synapse_user
- password: secretpassword
+ user: postgres
+ password: El3ph@nt#13
database: synapse
- host: localhost
+ host: postgres
cp_min: 5
cp_max: 10
#