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

com.gu.cas.Config.scala Maven / Gradle / Ivy

The newest version!
package com.gu.cas

case class Config(config: com.typesafe.config.Config) {
  val emergencySubscriberAuthPrefix = config.getString("emergency.subscriber.auth.prefix")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy