Fix studio not use analytics configuration

This commit is contained in:
Florian RICHER 2025-06-17 15:59:58 +02:00
parent 93ef75a527
commit 26ce9c39d7
2 changed files with 8 additions and 3 deletions

View file

@ -5,7 +5,8 @@
1. Add the repository 1. Add the repository
``` ```
git clone https://github.com/supabase-community/supabase-kubernetes # While https://github.com/supabase-community/supabase-kubernetes/pull/94 is not merged
git clone https://github.com/JarvusInnovations/supabase-kubernetes.git
``` ```
2. Create secret 2. Create secret

View file

@ -60,8 +60,12 @@ auth:
environment: environment:
API_EXTERNAL_URL: http://example.com API_EXTERNAL_URL: http://example.com
GOTRUE_SITE_URL: http://example.com GOTRUE_SITE_URL: http://example.com
GOTRUE_EXTERNAL_EMAIL_ENABLED: "false" GOTRUE_EXTERNAL_EMAIL_ENABLED: "true"
GOTRUE_MAILER_AUTOCONFIRM: "false" GOTRUE_MAILER_AUTOCONFIRM: "true"
GOTRUE_SMTP_ADMIN_EMAIL: "your-mail@example.com"
GOTRUE_SMTP_HOST: "smtp.example.com"
GOTRUE_SMTP_PORT: "587"
GOTRUE_SMTP_SENDER_NAME: "your-mail@example.com"
rest: rest:
image: image: