ServerConfig

@Serializable
data class ServerConfig(val baseUrl: String = "https://api.example.com", val port: Int = 8080, val ssl: SSLConfigData? = null, val emailFormat: String? = null)

サーバー設定

Constructors

Link copied to clipboard
constructor(baseUrl: String = "https://api.example.com", port: Int = 8080, ssl: SSLConfigData? = null, emailFormat: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard