Skip to content

Commit

Permalink
#53 Make Cortex configuration class singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 16, 2016
1 parent 053a3dd commit 9ed8320
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object CortexConfig {
} yield cic
}
}
@Singleton
case class CortexConfig(truststore: Option[Path], instances: Seq[CortexClient]) {

@Inject
Expand Down

0 comments on commit 9ed8320

Please sign in to comment.