- API, Mac client

This commit is contained in:
Ty Clifford
2026-07-05 15:58:51 -04:00
parent 9dbd29d8aa
commit 729b29276f
14 changed files with 1682 additions and 1 deletions
+5
View File
@@ -156,6 +156,11 @@ final class Config
'enabled' => true,
'hash_salt' => 'change-me',
],
'api' => [
'enabled' => true,
'token' => '',
'allow_local_without_token' => true,
],
'social' => [],
];
}