chore: set email template url to use main repo
This commit is contained in:
parent
feb7d3ddd1
commit
78247de31f
7
dev.env
7
dev.env
|
|
@ -25,6 +25,12 @@ GOTRUE_SMTP_USER=email_sender@some_company.com
|
|||
GOTRUE_SMTP_PASS=email_sender_password
|
||||
GOTRUE_SMTP_ADMIN_EMAIL=comp_admin@some_company.com
|
||||
|
||||
GOTRUE_MAILER_TEMPLATES_CONFIRMATION=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/confirmation.html
|
||||
GOTRUE_MAILER_TEMPLATES_INVITE=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/invite.html
|
||||
GOTRUE_MAILER_TEMPLATES_RECOVERY=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/recovery.html
|
||||
GOTRUE_MAILER_TEMPLATES_MAGIC_LINK=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/magic_link.html
|
||||
GOTRUE_MAILER_TEMPLATES_EMAIL_CHANGE=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/email_change.html
|
||||
|
||||
# gotrue admin
|
||||
GOTRUE_ADMIN_EMAIL=admin@example.com
|
||||
GOTRUE_ADMIN_PASSWORD=password
|
||||
|
|
@ -89,4 +95,3 @@ CLOUDFLARE_TUNNEL_TOKEN=
|
|||
OPENAI_API_KEY=
|
||||
|
||||
APPFLOWY_HISTORY_DATABASE_URL=postgres://postgres:password@localhost:5432/postgres
|
||||
GOTRUE_MAILER_TEMPLATES_CONFIRMATION=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/mailer-template/assets/mailer_templates/confirmation.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue