mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Improved .env file
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user