From d33223ec6e4241a24f10b8fa25610fcc5c6194ba Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 7 Mar 2023 08:43:02 +0100 Subject: [PATCH] Fix matrix admin password --- conf/zamba.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index bcb1b98..0f238c7 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -125,7 +125,7 @@ MATRIX_ELEMENT_FQDN="element.zmb.rocks" MATRIX_ADMIN_USER="admin" # Define the admin password -MATRIX_ADMIN_PASSWORD="Start!123" +MATRIX_ADMIN_PASSWORD='Start!123' ############### Nextcloud-Section ############### @@ -192,4 +192,4 @@ VW_SMTP_EXPLICIT_TLS=false VW_SMTP_USERNAME=vaultwarden@bashclub.org # password of your mailbox -VW_SMTP_PASSWORD='' \ No newline at end of file +VW_SMTP_PASSWORD=''