This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user