mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Update default configuration
This commit is contained in:
parent
9aef83a730
commit
0231f52523
@ -23,6 +23,9 @@ final class Settings {
|
||||
$username = 'root';
|
||||
$password = 'password';
|
||||
|
||||
// If you set a table prefix in config.yml, set it here as well
|
||||
$table_prefix = "litebans_";
|
||||
|
||||
// Supported drivers: mysql, pgsql
|
||||
$driver = 'mysql';
|
||||
|
||||
@ -35,9 +38,6 @@ final class Settings {
|
||||
// Amount of bans/mutes/warnings to show on each page
|
||||
$this->limit_per_page = 10;
|
||||
|
||||
// If you set a table prefix in config.yml, set it here as well
|
||||
$table_prefix = "";
|
||||
|
||||
// The server console will be identified by any of these names.
|
||||
// It will be given a standard name and avatar image.
|
||||
$this->console_aliases = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user