luminus-framework / luminus

documentation site for Luminus framework
http://www.luminusweb.net/
629 stars 121 forks source link

doc for connecting remote repl from heroku through ssh tunnel #267

Open seeeturtle opened 4 years ago

seeeturtle commented 4 years ago

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.

i think it would be nice to have a guide about this. such as adding :nrepl-port config in prod.edn