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

fr.janalyse.sotohp.config.InternalDataConfig.scala Maven / Gradle / Ivy

The newest version!
package fr.janalyse.sotohp.config

import fr.janalyse.sotohp.core.*
import fr.janalyse.sotohp.model.*
import fr.janalyse.sotohp.store.{PhotoStoreIssue, PhotoStoreService}
import zio.*
import zio.config.*
import zio.config.magnolia.*
import zio.config.typesafe.*

case class InternalDataConfig(
  baseDirectory: String
)

object InternalDataConfig {
  val config =
    deriveConfig[InternalDataConfig]
      .mapKey(toKebabCase)
      .nested("sotohp", "internal-data")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy