Skip to content

Commit c2df9cb

Browse files
committed
Add missing environment var to app.json
1 parent ba89c1f commit c2df9cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"ZS_COMPRESSION": {
1111
"description": "[OPTIONAL] if set to 'DEFLATE', will enable zip compression on output files. WARNING - enabling compression uses CPU, and will greatly reduce throughput of server",
1212
"required": false
13+
},
14+
"ZS_LISTFILE_URL_PREFIX": {
15+
"description": "[OPTIONAL] The prefix of the JSON zip descriptor URL for `GET /download` endpoint, used in conjunction with the `zsid` query parameter. See docs for `GET /download` for details",
16+
"required": false
1317
}
1418
},
1519
"keywords": ["zip", "gzip", "streaming", "golang"],

0 commit comments

Comments
 (0)