diff --git a/api/conf/base.conf b/api/conf/base.conf index c0a240d5..a1204b29 100644 --- a/api/conf/base.conf +++ b/api/conf/base.conf @@ -43,6 +43,8 @@ play.modules.enabled += "io.flow.log.RollbarModule" play.modules.enabled += "io.flow.play.CoordinatedShutdownActorReaperModule" play.modules.enabled += "io.flow.postgresql.play.actors.Bindings" +io.flow.hikari.metrics.enabled = true + rollbar.token = ${?ROLLBAR_TOKEN} JWT_SALT=${?JWT_SALT}