MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.config.database
/
DatabaseConfig
Database
Config
@
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"
)
Members
Constructors
Database
Config
Link copied to clipboard
constructor
(
type
:
String
=
"SQLITE"
,
host
:
String
=
"localhost"
,
port
:
Int
=
3306
,
database
:
String
=
"moripafishing"
,
username
:
String
=
"root"
,
password
:
String
=
"password"
)
Properties
database
Link copied to clipboard
val
database
:
String
host
Link copied to clipboard
val
host
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
=
3306
type
Link copied to clipboard
val
type
:
String
username
Link copied to clipboard
val
username
:
String