All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dsa.iot.DSAConfig.scala Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package org.dsa.iot

import com.typesafe.config.ConfigFactory

/**
 * DSA Configuration backed by Typesafe config.
 */
object DSAConfig {
  private lazy val config = ConfigFactory.load.getConfig("dsa")

  lazy val connectTimeout = config.getLong("connect.timeout")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy