Files
Civ/ansible/files/gamma-config/plugins/CivModCore/config.yml
2025-08-15 04:55:25 +01:00

21 lines
774 B
YAML

# Database connection details, should you want to have a database connection.
# Do NOT change the ==: value.
database:
==: vg.civcraft.mc.civmodcore.dao.DatabaseCredentials
username: ${CIV_MYSQL_USERNAME}
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: ${CIV_DATABASE_PREFIX}civmodcore
poolsize: 20
connection_timeout: 10000
idle_timeout: 600000
max_lifetime: 7200000
# Keep in mind that the header must be within "" as well as be no more than 16 characters in total text.
scoreboardHeader: "&2&lCivilization"
# The number of threads to dedicate to downloading skins from Mojang. Keeping this value commented will automatically
# calculate the threads based on the number of available processors.
#skin-download-threads: 1