We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d573b5 commit d512b47Copy full SHA for d512b47
internal/start/start.go
@@ -883,6 +883,7 @@ EOF
883
"S3_PROTOCOL_PREFIX=/storage/v1",
884
"UPLOAD_FILE_SIZE_LIMIT=52428800000",
885
"UPLOAD_FILE_SIZE_LIMIT_STANDARD=5242880000",
886
+ "SIGNED_UPLOAD_URL_EXPIRATION_TIME=7200",
887
},
888
Healthcheck: &container.HealthConfig{
889
// For some reason, localhost resolves to IPv6 address on GitPod which breaks healthcheck.
0 commit comments