You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HuskSync/common/src/main/resources/proxy-config.yml

27 lines
608 B
YAML

language: 'en-gb'
redis_settings:
host: 'localhost'
port: 6379
password: ''
use_ssl: false
data_storage_settings:
database_type: 'sqlite'
mysql_settings:
host: 'localhost'
port: 3306
database: 'HuskSync'
username: 'root'
password: 'pa55w0rd'
params: '?autoReconnect=true&useSSL=false'
hikari_pool_settings:
maximum_pool_size: 10
minimum_idle: 10
maximum_lifetime: 1800000
keepalive_time: 0
connection_timeout: 5000
clusters:
main:
player_table: 'husksync_players'
data_table: 'husksync_data'
check_for_updates: true
config_file_version: 1.2