Skip to content

Commit

Permalink
feat: add relevant placeholder vars
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Apr 9, 2024
1 parent 759993a commit cec3732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internal/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions internal/utils/templates/init_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ template = "Your code is {{ `{{ .Code }}` }} ."
# Use a custom sms sender
[auth.hook.send_sms]
# enabled = true
# uri = "http://<database>/<schema>/<hook_name>"
# 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://<database>/<schema>/<hook_name>"
# 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]
Expand Down

0 comments on commit cec3732

Please sign in to comment.