mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 02:37:34 +02:00
Use 'TEXT' for strings in the configuration file
This commit is contained in:
@ -161,18 +161,18 @@ autoLogin: true
|
|||||||
# 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: 'org.sqlite.JDBC'
|
||||||
# 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.
|
||||||
#driver: com.mysql.jdbc.Driver
|
#driver: 'com.mysql.jdbc.Driver'
|
||||||
#host: 127.0.0.1
|
#host: '127.0.0.1'
|
||||||
#port: 3306
|
#port: 3306
|
||||||
#database: fastlogin
|
#database: 'fastlogin'
|
||||||
#username: myUser
|
#username: 'myUser'
|
||||||
#password: myPassword
|
#password: 'myPassword'
|
||||||
|
|
||||||
# Advanced Connection Pool settings in seconds
|
# Advanced Connection Pool settings in seconds
|
||||||
#timeout: 30
|
#timeout: 30
|
||||||
|
Reference in New Issue
Block a user