Skip to content

Commit

Permalink
chore(env-manifest): update manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-labs-ci committed Jan 7, 2022
1 parent 4bebe42 commit e2bf0b0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions env-variables.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1122,20 +1122,10 @@
"contentKey": null
},
{
"key": "AUTH_USERNAME",
"required": true,
"format": "text",
"description": "Choose a username for your app. Users have to use this username and passcode to send SMS broadcasts or delete all subscriptions",
"link": null,
"default": null,
"configurable": true,
"contentKey": null
},
{
"key": "AUTH_PASSCODE",
"key": "PASSCODE",
"required": true,
"format": "secret",
"description": "Choose a passcode for your app. Users have to use this username and passcode to send SMS broadcasts or delete all subscriptions",
"description": "Choose a passcode for your app. Users have to use this passcode to send SMS broadcasts or delete all subscriptions",
"link": null,
"default": null,
"configurable": true,
Expand Down

0 comments on commit e2bf0b0

Please sign in to comment.