// database address
// -
// Default: "localhost"
stats_db_host "localhost"
// Database User
// -
// Default: "root"
stats_db_user "root"
// Database Password
// -
// Default: ""
stats_db_password ""
// Database
// -
// Default: ""
stats_db ""
// Table name
// -
// Default: ""
stats_name_table ""
// After how many days to delete inactive players from the database
// -
// Default: "7"
stats_clear_db_player "7"
// After how many days to clear the database
// -
// Default: "30"
stats_clear_db "30"
// Minimum number of players to account for statistics
// -
// Default: "5"
stats_min_players "5"