Minor cleanup.

This commit is contained in:
Hans van Zijst 2024-12-04 09:37:01 +01:00
parent 017e368035
commit e6ed985e53
Signed by: hans
GPG key ID: 43DBCC37BFDEFD72
2 changed files with 2 additions and 2 deletions

View file

@ -18,5 +18,5 @@ password_providers:
mail: "mail" mail: "mail"
name: "cn" name: "cn"
filter: "(&(objectClass=posixAccount)(accountStatus=active))" 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>" bind_password: "<very secure password>"

View file

@ -9,7 +9,7 @@
server_name: example.com server_name: example.com
# The rest is our local configuration: # The rest is our local configuration:
public_baseurl: https://vm02199.example.com/ public_baseurl: https://matrix.example.com/
presence: presence:
enabled: true enabled: true