diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-28 10:19:47 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-28 10:19:47 +0000 |
| commit | 387222b63ac0cc5daacf15969fdb7d50329e375b (patch) | |
| tree | 99cf9da6609246c6bf8edd0e044437244dc246fc /config/config_defaults.inc.php | |
| parent | 789a31471fdf6ec2e97c34a07d036533b4f83f47 (diff) | |
refine debugbar integration, re #4220
Merge request studip/studip!3050
Diffstat (limited to 'config/config_defaults.inc.php')
| -rw-r--r-- | config/config_defaults.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index de63800..78d5356 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -14,7 +14,7 @@ $DB_STUDIP_HOST = $_ENV['MYSQL_HOST'] ?? 'localhost'; $DB_STUDIP_USER = $_ENV['MYSQL_USER'] ?? ''; $DB_STUDIP_PASSWORD = $_ENV['MYSQL_PASSWORD'] ?? ''; $DB_STUDIP_DATABASE = $_ENV['MYSQL_DATABASE'] ?? 'studip'; -$DEBUG_ALL_DB_QUERIES_WITH_TRACE = false; + /* // optional Stud.IP slave database $DB_STUDIP_SLAVE_HOST = "localhost"; |
