Created
April 8, 2022 03:36
-
-
Save erickhaendel/1ebd4e8058e828f83921c598420039af to your computer and use it in GitHub Desktop.
Importar Multiplas Variaveis no 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
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