Merge pull request #479 from AppFlowy-IO/mailer-template
Mailer template
This commit is contained in:
commit
e1944dec89
File diff suppressed because one or more lines are too long
6
dev.env
6
dev.env
|
|
@ -25,6 +25,12 @@ GOTRUE_SMTP_USER=email_sender@some_company.com
|
||||||
GOTRUE_SMTP_PASS=email_sender_password
|
GOTRUE_SMTP_PASS=email_sender_password
|
||||||
GOTRUE_SMTP_ADMIN_EMAIL=comp_admin@some_company.com
|
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
|
||||||
GOTRUE_ADMIN_EMAIL=admin@example.com
|
GOTRUE_ADMIN_EMAIL=admin@example.com
|
||||||
GOTRUE_ADMIN_PASSWORD=password
|
GOTRUE_ADMIN_PASSWORD=password
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,7 @@ services:
|
||||||
# Prometheus Metrics
|
# Prometheus Metrics
|
||||||
- GOTRUE_METRICS_ENABLED=true
|
- GOTRUE_METRICS_ENABLED=true
|
||||||
- GOTRUE_METRICS_EXPORTER=prometheus
|
- GOTRUE_METRICS_EXPORTER=prometheus
|
||||||
|
- GOTRUE_MAILER_TEMPLATES_CONFIRMATION=${GOTRUE_MAILER_TEMPLATES_CONFIRMATION}
|
||||||
ports:
|
ports:
|
||||||
- 9999:9999
|
- 9999:9999
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue