mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage
This commit is contained in:
commit
8102b4f908
1 changed files with 1 additions and 1 deletions
|
|
@ -36,4 +36,4 @@ $register->set('cache', function () { // Register cache connection
|
|||
return $redis;
|
||||
});
|
||||
|
||||
$realtimeServer = new Server($register, config: $config);
|
||||
$realtimeServer = new Server($register, port: App::getEnv('PORT', 80), config: $config);
|
||||
|
|
|
|||
Loading…
Reference in a new issue