update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-19 02:38:15 +01:00
parent 204dfcabbc
commit 9793ccc593
3 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,7 @@ fun Application.module() {
SchemaUtils.create(ResultObjects)
}
val appConfig = HoconApplicationConfig(ConfigFactory.load())
val factory = ConnectionFactory()
factory.host = appConfig.property("ktor.mq.host").getString()