Skip to content

Commit 4b9088b

Browse files
docs: update pass_phrase variable in env files
1 parent 820d637 commit 4b9088b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ [email protected]
4747

4848
# Base64 encoded PFX or p12 document signing certificate file *********************************************************************************************************************
4949
PFX_BASE64=
50+
51+
# Provide Pass pharse of above PFX or p12 document
52+
PASS_PHRASE=

.env.local_dev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ [email protected]
5151

5252
# Base64 encoded PFX or p12 document signing certificate file *********************************************************************************************************************
5353
PFX_BASE64=
54+
55+
# Provide Pass pharse of above PFX or p12 document
56+
PASS_PHRASE=

0 commit comments

Comments
 (0)