- demo notifications generator

- frontend build
This commit is contained in:
Čarodej
2022-03-11 08:40:32 +01:00
parent d02ca13197
commit 0905a0660c
10 changed files with 18 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ return [
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'host' => '192.168.1.112',
'host' => env('PUSHER_APP_HOST'),
'port' => 6001,
'scheme' => 'http',
],