Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DavidAlejandro18/98541f413111799f7425a61fa48bc21a to your computer and use it in GitHub Desktop.
Save DavidAlejandro18/98541f413111799f7425a61fa48bc21a to your computer and use it in GitHub Desktop.
Comandos para agregar nuevas variables de entorno en Heroku
VER VARIABLES DE ENTORNO CON HEROKU CLI
>heroku config
DECLARAR Y SUBIR UNA NUEVA VARIABLE DE ENTORNO
>heroku config:set <nombre de la variable>="<valor de la variable>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment