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

alpine config sync

This commit is contained in:
Anton Afanasyeu
2026-06-12 00:15:49 +03:00
parent 9ec9639010
commit 96949f7d72

View File

@@ -27,4 +27,17 @@ 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',
],
],
],
]; ];