Files
passkit-generator/examples/firebase/functions/.env
Alexander Cerutti e541d7d2ce Improved .env file
2023-07-30 12:54:10 +02:00

25 lines
727 B
Bash
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Please note that these could be considered like
# secrets, so using an .env file might not be the
# best solution.
#
# It is fine for the purpose of demostrating how
# a firebase cloud functions is created and
# deployed when using passkit-generator
#
#
# For production you might want to check how to
# deploy secrets.
#
# Check: https://firebase.google.com/docs/functions/config-env?gen=2nd#secret-manager
#TODO change this with the content of your WWDR certificate
WWDR=""
#TODO add inside quotes the content of your signer certificate
SIGNER_CERT=""
#TODO add inside quotes the content of your signer key certificate
SIGNER_KEY=""
#TODO change this with the passphrase of your SIGNER_KEY
SIGNER_KEY_PASSPHRASE=123456