CommonX v0.0.1 GoCD.Server.Config View Source

GoCD server configuration.

Link to this section Summary

Types

t()

GoCD server configuration

Link to this section Types

Link to this type

t() View Source
t() :: %GoCD.Server.Config{
  ciphers: %{des: binary() | nil, aes: binary() | nil},
  proxy: Keyword.t() | nil,
  url: String.t(),
  version: GoCD.Server.Version.t()
}

GoCD server configuration.