From 62a8b939cc392956fb672f1f5e0f31fe1aa81b18 Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 16 Aug 2019 14:59:14 +0200 Subject: [PATCH] Use 'TEXT' for strings in the configuration file --- core/src/main/resources/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 28715868..cf5a3f79 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -161,18 +161,18 @@ autoLogin: true # Recommended is the use of MariaDB (a better version of MySQL) # Single file SQLite database -driver: org.sqlite.JDBC +driver: 'org.sqlite.JDBC' # File location database: '{pluginDir}/FastLogin.db' # MySQL/MariaDB # If you want to enable it uncomment only the lines below this not this line. -#driver: com.mysql.jdbc.Driver -#host: 127.0.0.1 +#driver: 'com.mysql.jdbc.Driver' +#host: '127.0.0.1' #port: 3306 -#database: fastlogin -#username: myUser -#password: myPassword +#database: 'fastlogin' +#username: 'myUser' +#password: 'myPassword' # Advanced Connection Pool settings in seconds #timeout: 30