I have a lagom project and I am using external cassandra so the actual problem is when i am running my project on conductr locally using sandbox it is not able to detect cassandra running separately on my local.
Error : Could not find Cassandra contact points, due to: No contact points for [cas_native]
My build.sbt contains
lagomCassandraEnabled in ThisBuild := false
lagomUnmanagedServices in ThisBuild := Map("cas_native" -> "http://localhost:9042")
The
build.sbt
configuration above only applies when running in development mode.See the Lagom documentation for information on configuring the service locator for production: