MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.file.data
/
DatabaseConfig
/
MySQL
/
MySQL
My
SQL
constructor
(
host
:
String
=
"localhost"
,
port
:
Int
=
3306
,
database
:
String
=
"mineauth"
,
username
:
String
=
"root"
,
password
:
String
=
""
,
properties
:
Map
<
String
,
String
>
=
mapOf( "useSSL" to "false", "autoReconnect" to "true" )
)