1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-26 16:49:20 +03:00
parent e319965e0f
commit 71b2be1cfb

View File

@@ -19,7 +19,7 @@ return [
'mysql' => [
'host' => '127.0.0.1',
'port' => 3306,
'host' => '/run/mysqld/mysqld.sock',
'socket' => '/run/mysqld/mysqld.sock',
'database' => 'androidcast_crashes',
'username' => 'androidcast',
'password' => 'androidcastrootowned',