We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://devcenter.heroku.com/articles/exec#environment-variables as you can see here, heroku doesn't apply environment variable when using ssh tunnel. so if you set NREPL_PORT through heroku config it will be disabled and remote repl doesn't work.
NREPL_PORT
heroku config
i think it would be nice to have a guide about this. such as adding :nrepl-port config in prod.edn
:nrepl-port
prod.edn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://devcenter.heroku.com/articles/exec#environment-variables
as you can see here, heroku doesn't apply environment variable when using ssh tunnel.
so if you set
NREPL_PORT
throughheroku config
it will be disabled and remote repl doesn't work.i think it would be nice to have a guide about this. such as adding
:nrepl-port
config inprod.edn
The text was updated successfully, but these errors were encountered: