docs: Add GCS signing envvars to README

This commit is contained in:
Vincent Ambo 2019-08-03 01:25:21 +01:00 committed by Vincent Ambo
parent 07ef06dcfa
commit aa260af1ff

View file

@ -87,6 +87,10 @@ variables:
locally configured SSH/git credentials)
* `NIXERY_PKGS_PATH`: A local filesystem path containing a Nix package set to use
for building
* `GCS_SIGNING_KEY`: A Google service account key (in PEM format) that can be
used to sign Cloud Storage URLs
* `GCS_SIGNING_ACCOUNT`: Google service account ID that the signing key belongs
to
## Roadmap