diff --git a/internal/utils/misc.go b/internal/utils/misc.go index 469cd07e0..b3f4912eb 100644 --- a/internal/utils/misc.go +++ b/internal/utils/misc.go @@ -40,7 +40,7 @@ const ( VectorImage = "timberio/vector:0.28.1-alpine" PgbouncerImage = "bitnami/pgbouncer:1.20.1-debian-11-r39" PgProveImage = "supabase/pg_prove:3.36" - GotrueImage = "supabase/gotrue:v2.145.0" + GotrueImage = "supabase/gotrue:v2.147.0" RealtimeImage = "supabase/realtime:v2.27.5" StorageImage = "supabase/storage-api:v0.46.4" LogflareImage = "supabase/logflare:1.4.0" diff --git a/internal/utils/templates/init_config.toml b/internal/utils/templates/init_config.toml index 1b0478f4c..e430bb88e 100644 --- a/internal/utils/templates/init_config.toml +++ b/internal/utils/templates/init_config.toml @@ -122,16 +122,16 @@ template = "Your code is {{ `{{ .Code }}` }} ." # Use a custom sms sender [auth.hook.send_sms] # enabled = true -# uri = "http:////" -# TODO: Determine how to fill this -# secret = "v1," +# uri = "http://host.docker.internal:54321/functions/v1/sms_sender" +# Use this secret in the email_sender edge function as well. +# secrets = "v1,whsec_c3VwYWJhc2Vpc3Zlcnlhd2Vzb21lYW5kaWxpa2VpdA==" ## Use a custom email sender [auth.hook.send_email] # enabled = true -# uri = "http:////" -# TODO: Determine how to fill this -# secret = "v1," +# uri = "http://host.docker.internal:54321/functions/v1/email_sender" +# Use this secret in the email_sender edge function as well. +# secrets = "v1,whsec_aWxpa2VzdXBhYmFzZXZlcnltdWNoYW5kaWhvcGV5b3Vkb3Rvbw==" # Configure one of the supported SMS providers: `twilio`, `twilio_verify`, `messagebird`, `textlocal`, `vonage`. [auth.sms.twilio]