DatabaseSettings

@Serializable
data class DatabaseSettings(val url: String = "jdbc:octavius://localhost:5432/augustus", val username: String = "postgres", val password: String = "1234")

Constructors

Link copied to clipboard
constructor(url: String = "jdbc:octavius://localhost:5432/augustus", username: String = "postgres", password: String = "1234")

Properties

Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard