Skip to content

Commit b3e1030

Browse files
chore(env-manifest): update manifest file
1 parent 1d492c0 commit b3e1030

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

env-variables.manifest.json

+20
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,26 @@
788788
"default": "/voice-ivr",
789789
"configurable": false
790790
}
791+
],
792+
"magic-links": [
793+
{
794+
"key": "VERIFY_SERVICE_SID",
795+
"required": true,
796+
"format": "sid",
797+
"description": "SID of your Twilio Verify Service",
798+
"link": "https://www.twilio.com/console/verify/services",
799+
"default": null,
800+
"configurable": true
801+
},
802+
{
803+
"key": "CALLBACK_PATH",
804+
"required": true,
805+
"format": "text",
806+
"description": "URL path linked in the email template to check verifications",
807+
"link": null,
808+
"default": "verify.html",
809+
"configurable": true
810+
}
791811
]
792812
}
793813
}

0 commit comments

Comments
 (0)