From 2305fde94d8ee6fe0d279256aa210549e015306e Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Mon, 29 Apr 2024 20:17:19 +0800 Subject: [PATCH] fix: mailer workspace invite url --- dev.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.env b/dev.env index eb608f53..d34c533d 100644 --- a/dev.env +++ b/dev.env @@ -79,7 +79,7 @@ APPFLOWY_S3_BUCKET=appflowy APPFLOWY_MAILER_SMTP_HOST=smtp.gmail.com APPFLOWY_MAILER_SMTP_USERNAME=notify@appflowy.io APPFLOWY_MAILER_SMTP_PASSWORD=email_sender_password -APPFLOWY_MAILER_WORKSPACE_INVITE_TEMPLATE_URL=https://raw.githubusercontent.com/AppFlowy-IO/Appflowy-Cloud/feat/support-invitation-html/assets/mailer_templates/build_production/workspace_invitation.html +APPFLOWY_MAILER_WORKSPACE_INVITE_TEMPLATE_URL=https://raw.githubusercontent.com/AppFlowy-IO/Appflowy-Cloud/main/assets/mailer_templates/build_production/workspace_invitation.html RUST_LOG=info