Skip to content

Commit

Permalink
* description to class ServerConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Nov 25, 2024
1 parent e07dffb commit 3955a50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ package za.co.absa.atum.reader.server

import com.typesafe.config.{Config, ConfigFactory}

/**
* A case class representing the configuration to connect to an Atum server instance.
* @param host The URL of the Atum server instance.
*/
case class ServerConfig (host: String)

object ServerConfig {
Expand Down

0 comments on commit 3955a50

Please sign in to comment.