Answers for "how to delete a environment variable in heroku"

0

how to delete a environment variable in heroku

// let say your env variable or api key name as SECRET
//for seting this variable to heroku 
heroku config:set SECRET=production
//for unseting
heroku config:unset SECRET=production
Posted by: Guest on May-12-2021

Code answers related to "how to delete a environment variable in heroku"

Browse Popular Code Answers by Language