diff --git a/matrix/synapse/conf.d/authentication.yaml b/matrix/synapse/conf.d/authentication.yaml
index 1b97c4c8..2c0c015f 100644
--- a/matrix/synapse/conf.d/authentication.yaml
+++ b/matrix/synapse/conf.d/authentication.yaml
@@ -18,5 +18,5 @@ password_providers:
          mail: "mail"
          name: "cn"
       filter: "(&(objectClass=posixAccount)(accountStatus=active))"
-      bind_dn: "cn=matrix,ou=service,o=Protagio,dc=protagio,dc=eu"
+      bind_dn: "cn=matrix,ou=service,dc=example,dc=com"
       bind_password: "<very secure password>"
diff --git a/matrix/synapse/conf.d/server_name.yaml b/matrix/synapse/conf.d/server_name.yaml
index 4bab356c..ea7106eb 100644
--- a/matrix/synapse/conf.d/server_name.yaml
+++ b/matrix/synapse/conf.d/server_name.yaml
@@ -9,7 +9,7 @@
 server_name: example.com
 
 # The rest is our local configuration:
-public_baseurl: https://vm02199.example.com/
+public_baseurl: https://matrix.example.com/
 
 presence:
   enabled: true