typesafehub / conductr-lib

Other
8 stars 13 forks source link

Use name_PROTOCOL instead of name_HOST_PROTOCOL (closes #35) #36

Closed hseeberger closed 9 years ago

hseeberger commented 9 years ago

This is related to https://github.com/typesafehub/typesafe-conductr/pull/560 and has to be merged in sync.

huntc commented 9 years ago

akkaRemoteHostProtocol <- sys.env.get(s"${akkaRemoteEndpointName}_PROTOCOL")

akkaRemoteHostProtocol should be renamed to akkaRemoteProtocol :-)

hseeberger commented 9 years ago

Ah, yes. Done via #38.