Fix studio not use analytics configuration
This commit is contained in:
parent
93ef75a527
commit
26ce9c39d7
2 changed files with 8 additions and 3 deletions
|
@ -5,7 +5,8 @@
|
|||
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
|
||||
|
|
|
@ -60,8 +60,12 @@ auth:
|
|||
environment:
|
||||
API_EXTERNAL_URL: http://example.com
|
||||
GOTRUE_SITE_URL: http://example.com
|
||||
GOTRUE_EXTERNAL_EMAIL_ENABLED: "false"
|
||||
GOTRUE_MAILER_AUTOCONFIRM: "false"
|
||||
GOTRUE_EXTERNAL_EMAIL_ENABLED: "true"
|
||||
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:
|
||||
image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue