Skip to content

Instantly share code, notes, and snippets.

@erickhaendel
Created April 8, 2022 03:36
Show Gist options
  • Save erickhaendel/1ebd4e8058e828f83921c598420039af to your computer and use it in GitHub Desktop.
Save erickhaendel/1ebd4e8058e828f83921c598420039af to your computer and use it in GitHub Desktop.
Importar Multiplas Variaveis no Heroku
cat .env.prod | xargs heroku config:set
# Output:
# API_PORT: 3000
# API_KEY_1: ab-cd
# DB_PORT: 6379
# REDISCLOUD_URL: xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment