typesafehub / sbt-conductr

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

Use 'web' as default endpoint name #150

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

Using the endpoint name default instead of resolving the name based on the project name. Reason is to make it easier using the corresponding environment variables DEFAULT_BIND_IP, DEFAULT_BIND_PORT - particular when using the envs in a configuration file.

This PR is related to https://github.com/typesafehub/conductr-lib/pull/102.

huntc commented 8 years ago

This feels quite tightly coupled with the lib...

huntc commented 8 years ago

Actually ignore that - it is no worse than the coupling we already have for WEB. Let's just stick with WEB though.

markusjura commented 8 years ago

Changed the default endpoint name from default to web.