mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Simplify storage driver setting
This commit is contained in:
@ -285,14 +285,14 @@ verifyClientKeys: false
|
|||||||
# Recommended is the use of MariaDB (a better version of MySQL)
|
# Recommended is the use of MariaDB (a better version of MySQL)
|
||||||
|
|
||||||
# Single file SQLite database
|
# Single file SQLite database
|
||||||
driver: 'org.sqlite.JDBC'
|
driver: 'sqlite'
|
||||||
# File location
|
# File location
|
||||||
database: '{pluginDir}/FastLogin.db'
|
database: '{pluginDir}/FastLogin.db'
|
||||||
|
|
||||||
# MySQL/MariaDB
|
# MySQL/MariaDB
|
||||||
# If you want to enable it, uncomment only the lines below; this not this line.
|
# If you want to enable it, uncomment only the lines below; this not this line.
|
||||||
# If on velocity use 'fastlogin.mariadb.jdbc.Driver' as driver
|
# If on velocity use 'mariadb' as driver
|
||||||
#driver: 'com.mysql.jdbc.Driver'
|
#driver: 'mysql'
|
||||||
#host: '127.0.0.1'
|
#host: '127.0.0.1'
|
||||||
#port: 3306
|
#port: 3306
|
||||||
#database: 'fastlogin'
|
#database: 'fastlogin'
|
||||||
|
Reference in New Issue
Block a user