Actualizar 'README.md'
heroku config
This commit is contained in:
10
README.md
10
README.md
@@ -184,3 +184,13 @@ services:
|
|||||||
|
|
||||||
## Mongo
|
## Mongo
|
||||||
sudo systemctl status mongodb
|
sudo systemctl status mongodb
|
||||||
|
|
||||||
|
## Heroku
|
||||||
|
+ login: **heroku login**
|
||||||
|
+ subir aplicacion **heroku push master**
|
||||||
|
|
||||||
|
### Variables de entorno
|
||||||
|
+ ver las variables de entorno **heroku config**
|
||||||
|
+ añadir una variable **heroku config:set VARIABLE=valor**
|
||||||
|
+ borrar una variable **heroku config:unset VARIABLE**
|
||||||
|
+ obtener una variable **heroku config:get VARIABLE**
|
||||||
Reference in New Issue
Block a user