feat: configure SMTP for email confirmation, disable autoconfirm
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -35,8 +35,13 @@ services:
|
||||
GOTRUE_JWT_EXP: 3600
|
||||
GOTRUE_JWT_DEFAULT_GROUP_NAME: authenticated
|
||||
GOTRUE_EXTERNAL_EMAIL_ENABLED: 'true'
|
||||
GOTRUE_MAILER_AUTOCONFIRM: 'true'
|
||||
GOTRUE_SMTP_ADMIN_EMAIL: admin@calctext.local
|
||||
GOTRUE_MAILER_AUTOCONFIRM: 'false'
|
||||
GOTRUE_SMTP_HOST: ${SMTP_HOST:-}
|
||||
GOTRUE_SMTP_PORT: ${SMTP_PORT:-587}
|
||||
GOTRUE_SMTP_USER: ${SMTP_USER:-}
|
||||
GOTRUE_SMTP_PASS: ${SMTP_PASS:-}
|
||||
GOTRUE_SMTP_ADMIN_EMAIL: ${SMTP_SENDER:-noreply@calctext.local}
|
||||
GOTRUE_SMTP_SENDER_NAME: CalcText
|
||||
|
||||
# PostgREST (REST API for database)
|
||||
rest:
|
||||
|
||||
Reference in New Issue
Block a user