DatabaseConfig

@Serializable
data class DatabaseConfig(val type: String = "SQLITE", val host: String = "localhost", val port: Int = 3306, val database: String = "moripafishing", val username: String = "root", val password: String = "password")

Constructors

Link copied to clipboard
constructor(type: String = "SQLITE", host: String = "localhost", port: Int = 3306, database: String = "moripafishing", username: String = "root", password: String = "password")

Properties

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