private def defaultDevLocation()

in core/src/main/scala/com/gu/conf/ConfigurationLoader.scala [17:20]


  private def defaultDevLocation(identity: DevIdentity): ConfigurationLocation = {
    val home = System.getProperty("user.home")
    FileConfigurationLocation(new File(s"$home/.gu/${identity.app}.conf"))
  }