Update supabase.yaml
Change wrong env variable name for image proxy transformation
This commit is contained in:
parent
13f9b153e7
commit
6caa104885
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,7 +1139,7 @@ services:
|
|||
- UPLOAD_SIGNED_URL_EXPIRATION_TIME=120
|
||||
- TUS_URL_PATH=/upload/resumable
|
||||
- TUS_MAX_SIZE=3600000
|
||||
- IMAGE_TRANSFORMATION_ENABLED=true
|
||||
- ENABLE_IMAGE_TRANSFORMATION=true
|
||||
- IMGPROXY_URL=http://imgproxy:8080
|
||||
- IMGPROXY_REQUEST_TIMEOUT=15
|
||||
- DATABASE_SEARCH_PATH=storage
|
||||
|
|
|
|||
Loading…
Reference in a new issue