There was an error while loading. Please reload this page.
2 parents 889c321 + 7c9df87 commit 05a2f39Copy full SHA for 05a2f39
internal/db/start/start.go
@@ -317,7 +317,6 @@ func initStorageJob(host string) utils.DockerJob {
317
// TODO: https://github.com/supabase/storage-api/issues/55
318
"REGION=stub",
319
"GLOBAL_S3_BUCKET=stub",
320
-"SIGNED_UPLOAD_URL_EXPIRATION_TIME=7200",
321
},
322
Cmd: []string{"node", "dist/scripts/migrate-call.js"},
323
}
internal/start/start.go
@@ -899,6 +899,7 @@ EOF
899
"S3_PROTOCOL_PREFIX=/storage/v1",
900
"UPLOAD_FILE_SIZE_LIMIT=52428800000",
901
"UPLOAD_FILE_SIZE_LIMIT_STANDARD=5242880000",
902
+"SIGNED_UPLOAD_URL_EXPIRATION_TIME=7200",
903
904
Healthcheck: &container.HealthConfig{
905
// For some reason, localhost resolves to IPv6 address on GitPod which breaks healthcheck.
0 commit comments