forked from Fediversity/Fediversity
Minor cleanup.
This commit is contained in:
parent
017e368035
commit
e6ed985e53
|
@ -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>"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue