1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:57:40 +03:00

alpine sync

This commit is contained in:
Anton Afanasyeu
2026-06-12 00:23:50 +03:00
parent ad9413b5f3
commit c95f161304

View File

@@ -27,17 +27,4 @@ return [
], ],
], ],
'session_name' => 'ac_crash_sess', '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',
],
],
],
]; ];