fix: mailer workspace invite url
This commit is contained in:
parent
6e74449ab1
commit
2305fde94d
2
dev.env
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue