Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Adds comments for duplicate variable and bumps local Supabase file li…
Browse files Browse the repository at this point in the history
…mits
  • Loading branch information
CollectiveUnicorn committed Jul 19, 2024
1 parent 55a89fc commit af70db7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ storage:
podLabels:
sidecar.istio.io/inject: "false"
extraEnvVars:
# FILE_SIZE_LIMIT and UPLOAD_FILE_SIZE_LIMIT do the same thing, Supabase has a primary and fallback variable,
# so we have opted to set both of the variables to the same value.
- name: FILE_SIZE_LIMIT
value: "###ZARF_VAR_MAX_FILE_UPLOAD_SIZE_IN_BYTES###"
- name: UPLOAD_FILE_SIZE_LIMIT
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_api/supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ port = 54324
[storage]
enabled = true
# The maximum file size allowed (e.g. "5MB", "500KB").
file_size_limit = "50MiB"
file_size_limit = "512MiB"

[auth]
enabled = true
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_ui/supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ port = 54324
[storage]
enabled = true
# The maximum file size allowed (e.g. "5MB", "500KB").
file_size_limit = "50MiB"
file_size_limit = "512MiB"

[auth]
enabled = true
Expand Down

0 comments on commit af70db7

Please sign in to comment.