Skip to content

Instantly share code, notes, and snippets.

@olbpetersson
Last active December 26, 2016 18:58
Show Gist options
  • Save olbpetersson/f084090f00b3698a47378428b7e6e00f to your computer and use it in GitHub Desktop.
Save olbpetersson/f084090f00b3698a47378428b7e6e00f to your computer and use it in GitHub Desktop.
#
# Copyright (C) 2016 Lightbend Inc. <http://www.lightbend.com>
#
play.modules.enabled += se.olapetersson.voting.impl.VotingModule
lagom.services {
voting = "http://localhost:8080"
cas_native = "http://localhost:9042"
}
lagom.defaults.cluster.join-self = on
lagom.cluster{
join.self = on
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment