Improved .env file

This commit is contained in:
Alexander Cerutti
2023-07-30 12:54:10 +02:00
parent 4ee0166bd2
commit e541d7d2ce

View File

@@ -1,4 +1,25 @@
WWDR=1234 #TODO change this with the content of your WWDR Certificate # Please note that these could be considered like
SIGNER_CERT=1234 #TODO change this with the content of your Signer Certificare # secrets, so using an .env file might not be the
SIGNER_KEY=1234 #TODO change this with the content of your Signer Key certificate # best solution.
SIGNER_KEY_PASSPHRASE=12356 #TODO change this with the passphrase of your SIGNER_KEY #
# 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