mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
feat(config/reverb): update app credentials in reverb config file
This commit is contained in:
@@ -71,9 +71,9 @@ return [
|
|||||||
|
|
||||||
'apps' => [
|
'apps' => [
|
||||||
[
|
[
|
||||||
'key' => env('REVERB_APP_KEY'),
|
'key' => 'n1mq9ma0t3yitrxdckhm',
|
||||||
'secret' => env('REVERB_APP_SECRET'),
|
'secret' => '3zea0v73cf7lftzv0uaa',
|
||||||
'app_id' => env('REVERB_APP_ID'),
|
'app_id' => '521000',
|
||||||
'options' => [
|
'options' => [
|
||||||
'host' => env('REVERB_HOST'),
|
'host' => env('REVERB_HOST'),
|
||||||
'port' => env('REVERB_PORT', 443),
|
'port' => env('REVERB_PORT', 443),
|
||||||
|
|||||||
Reference in New Issue
Block a user