📜  如何在 heroku 中删除环境变量 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:50.858000             🧑  作者: Mango

代码示例1
// 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