diff --git a/examples/crash_reporter/backend/config/config.php b/examples/crash_reporter/backend/config/config.php index bf3407b..a4fd838 100644 --- a/examples/crash_reporter/backend/config/config.php +++ b/examples/crash_reporter/backend/config/config.php @@ -27,17 +27,4 @@ return [ ], ], 'session_name' => 'ac_crash_sess', - 'url_shortener' => [ - 'enabled' => true, - 'public_base' => 'https://s.f0xx.org', - 'db' => [ - 'mysql' => [ - 'socket' => '/run/mysqld/mysqld.sock', - 'database' => 'url_shortener', - 'username' => 'androidcast', - 'password' => 'androidcastrootowned', // same as crashes / url-shortener config - 'charset' => 'utf8mb4', - ], - ], - ], ];