1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:39:15 +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' => [ 'mysql' => [
'host' => '127.0.0.1', 'host' => '127.0.0.1',
'port' => 3306, 'port' => 3306,
'host' => '/run/mysqld/mysqld.sock', 'socket' => '/run/mysqld/mysqld.sock',
'database' => 'androidcast_crashes', 'database' => 'androidcast_crashes',
'username' => 'androidcast', 'username' => 'androidcast',
'password' => 'androidcastrootowned', 'password' => 'androidcastrootowned',