Created
July 7, 2021 05:28
-
-
Save DavidAlejandro18/98541f413111799f7425a61fa48bc21a to your computer and use it in GitHub Desktop.
Comandos para agregar nuevas variables de entorno en Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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