typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Default conductr ip should use CONDUCTR_IP as the CLI does #44

Closed ktoso closed 9 years ago

ktoso commented 9 years ago

The Conduct CLI uses CONDUCTR_IP:CONDUCTR_PORT as default values instead of assuming localhost. To be consistent among the projects the sbt plugin should do so as well.

Here's the spot: https://github.com/sbt/sbt-typesafe-conductr/commit/62723f21587cf0bb02c0800bbd3aeeec4d6594c5#commitcomment-10347447

ktoso commented 9 years ago

resolved by https://github.com/sbt/sbt-typesafe-conductr/pull/47