From a49ca35d855eb3371a0cde4e35066978c7c2c27d Mon Sep 17 00:00:00 2001 From: __z__ Date: Mon, 10 Feb 2025 20:26:09 +0800 Subject: [PATCH] Resolve the issue of quotation marks in the .env file that are causing the DOMAIN substitution to malfunction (Ubuntu 24.04.1 LTS). --- .env-sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env-sample b/.env-sample index c22e5b6..851e804 100644 --- a/.env-sample +++ b/.env-sample @@ -29,8 +29,8 @@ ABUSE_SUPPORT_EMAIL=abuse@$DOMAIN SECURITY_SUPPORT_EMAIL=security@$DOMAIN MAS_CLIENT_ID="0000000000000000000SYNAPSE" -MAS_EMAIL_FROM='"Matrix Authentication Service" ' -MAS_EMAIL_REPLY_TO='"Matrix Authentication Service" ' +MAS_EMAIL_FROM=Matrix Authentication Service +MAS_EMAIL_REPLY_TO=Matrix Authentication Service # This should be the public IP of your $LIVEKIT_FQDN. # If livekit doesn't work, double-check this.