Skip to content

Commit

Permalink
feat: added config for the db table prefix (RoinujNosde#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde authored Aug 15, 2024
1 parent 5a490b1 commit 46702f9
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ public enum ConfigField {
MYSQL_ENABLE("mysql.enable", false),
MYSQL_PASSWORD("mysql.password", ""),
MYSQL_DATABASE("mysql.database", ""),
MYSQL_TABLE_PREFIX("mysql.table_prefix", "sc_"),
/*
================
> Permissions Settings
Expand Down
Loading

0 comments on commit 46702f9

Please sign in to comment.