forked from public-mirrors/HuskSync
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.
26 lines
591 B
YAML
26 lines
591 B
YAML
3 years ago
|
language: 'en-gb'
|
||
3 years ago
|
redis_settings:
|
||
|
host: 'localhost'
|
||
|
port: 6379
|
||
|
password: ''
|
||
|
data_storage_settings:
|
||
|
database_type: 'sqlite'
|
||
|
mysql_settings:
|
||
|
host: 'localhost'
|
||
3 years ago
|
port: 3306
|
||
3 years ago
|
database: 'HuskSync'
|
||
3 years ago
|
username: 'root'
|
||
|
password: 'pa55w0rd'
|
||
3 years ago
|
params: '?autoReconnect=true&useSSL=false'
|
||
3 years ago
|
hikari_pool_settings:
|
||
|
maximum_pool_size: 10
|
||
|
minimum_idle: 10
|
||
|
maximum_lifetime: 1800000
|
||
|
keepalive_time: 0
|
||
3 years ago
|
connection_timeout: 5000
|
||
3 years ago
|
clusters:
|
||
|
main:
|
||
|
player_table: 'husksync_players'
|
||
|
data_table: 'husksync_data'
|
||
3 years ago
|
check_for_updates: true
|
||
3 years ago
|
config_file_version: 1.1
|