config.yml
About 69 wordsLess than 1 minute
This is the main configuration file for PixelReward
config.yml
# Configuration file version, used to check for updates
configuration: 1
# Debug mode
debug: false
# SpigotMC update check
check-update: true
# Language
language: en
# User database type, currently supports yaml, mysql and sqlite (please enter in lowercase)
storage: mysql
# mysql database credentials
datasource:
address: localhost
port: 3306
database: pixelcraft
username: username
password: 'password'
maximum-pool-size: 5