Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 3, 2022
1 parent fc1916c commit 2cf70c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- cloudrun_fix_required
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"env": {
"ZS_URL_PREFIX": {
"description": "[OPTIONAL] if set, requires that the URL of files included in the zip start with this prefix. Useful to preventing others from using your server to serve their files.",
"required": false
"required": false,
"value": ""
},
"ZS_COMPRESSION": {
"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",
"required": false
"required": false,
"value": ""
}
},
"keywords": ["zip", "gzip", "streaming", "golang"],
Expand Down

0 comments on commit 2cf70c0

Please sign in to comment.