CommonX v0.0.1 GoCD.Server.Config View Source
GoCD server configuration.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
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()
}
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.