mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
21 lines
774 B
YAML
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
|