diff --git a/.env.example b/.env.example index f85e147..7f76b62 100644 --- a/.env.example +++ b/.env.example @@ -28,9 +28,11 @@ HOLDER_ES256K_PRIVATE_KEY= # VC_DIR_PATH: The directory where your verification credentials are stored. If no value is provided, it defaults to '/src/verification_credentials'. # VC: The name of the verification credential you're using. # VC_ES256K_PRIVATE_KEY: The private key used for revocation of this verification credential. Remember, keep this secure! +# VC_SCHEMA_URL: This is the remote URL where the schema for your verification credential is hosted. VC_DIR_PATH= VC= VC_ES256K_PRIVATE_KEY= +VC_SCHEMA_URL= # VP (Verification Presentation) # VP_DIR_PATH: The directory where your verification presentations are stored. If no value is provided, it defaults to '/src/verification_presentation'.