MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.config.database
Package-level
declarations
Types
Types
Database
Config
Link copied to clipboard
@
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"
)