# MySQL database configuration, you no need to touch this unless you enabled MySQL support. # To enable MySQL support go to > config.yml and set 'DatabaseEnabled' to true # Replace with your database address: jdbc:mysql://localhost:3306/?useSSL=false&autoReConnect=true # MySQL user name user: # MySQL user password password: # MySQL tablename table: playerstats # Maximum life time for HikariCP database. # For documentation, see https://github.com/brettwooldridge/HikariCP#frequently-used # Default 1800000 = 30 minute maxLifeTime: 1800000