ServerConfig

@ConfigurationProperties(value = "elide.server")
data class ServerConfig(var assets: AssetConfig = object : AssetConfig {})

Configuration properties loaded at runtime through Micronaut's configuration system, which govern how Elide hosts server-side code.

Constructors

Link copied to clipboard
constructor(assets: AssetConfig = object : AssetConfig {})

Properties

Link copied to clipboard