Merge pull request #6 from alpinebuster/main

Resolve the issue of quotation marks in the .env file that are causin…
This commit is contained in:
Matthew Hodgson
2025-03-22 22:07:59 +00:00
committed by GitHub

View File

@@ -29,8 +29,8 @@ ABUSE_SUPPORT_EMAIL=abuse@$DOMAIN
SECURITY_SUPPORT_EMAIL=security@$DOMAIN SECURITY_SUPPORT_EMAIL=security@$DOMAIN
MAS_CLIENT_ID="0000000000000000000SYNAPSE" MAS_CLIENT_ID="0000000000000000000SYNAPSE"
MAS_EMAIL_FROM='"Matrix Authentication Service" <support@${DOMAIN}>' MAS_EMAIL_FROM=Matrix Authentication Service <support@${DOMAIN}>
MAS_EMAIL_REPLY_TO='"Matrix Authentication Service" <support@${DOMAIN}>' MAS_EMAIL_REPLY_TO=Matrix Authentication Service <support@${DOMAIN}>
# This should be the public IP of your $LIVEKIT_FQDN. # This should be the public IP of your $LIVEKIT_FQDN.
# If livekit doesn't work, double-check this. # If livekit doesn't work, double-check this.