bripkens / health-check-adapter

Connect health check endpoints to Slack
Apache License 2.0
3 stars 3 forks source link

Drop unused akkaConfig property from Configuration #15

Closed britter closed 4 years ago

britter commented 8 years ago

The property is not used and blocks me from reimplementing configuration parsing with circe. There are better/more idomatic ways to pass the akka configuration from outside and we should probably do it like that if we really need to apply custom configuration.