1
안녕하세요, heroku tutorial에서 다음을 수행했습니다.heroku config : 환경 변수를 추가하지 않음을 누름
heroku plugins:install git://github.com/ddollar/heroku-config.git
heroku config:push --overwrite
내 .env
파일은 내 heroku config
에코 때
로 --overwrite 플래그를 설정
GOOGLE_RETURN_URL = http://example.herokuapp.com/auth/google/return
GOOGLE_REALM = http://example.herokuapp.com/
그러나이 비어 프로젝트 디렉토리의 루트입니다!
이 bash' 중 하나이 작업을 수행하지 않는 '것을 주목할 필요가 : 명령을 찾지 못했습니다. ' –