One Hat Cyber Team
Your IP :
3.141.10.147
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
bizcento.com
/
config
/
Edit File:
webpush.php
<?php return [ /* * These are the keys for authentication (VAPID). * These keys must be safely stored and should not change. */ 'vapid' => [ 'subject' => env('VAPID_SUBJECT'), 'public_key' => env('VAPID_PUBLIC_KEY'), 'private_key' => env('VAPID_PRIVATE_KEY'), 'pem_file' => env('VAPID_PEM_FILE'), ], /* * Google Cloud Messaging. * Deprecated and optional. It's here only for compatibility reasons. */ 'gcm' => [ 'key' => env('GCM_KEY'), 'sender_id' => env('GCM_SENDER_ID'), ], /* * This is model that will be used to for push subscriptions. */ 'model' => \NotificationChannels\WebPush\PushSubscription::class, /* * This is the name of the table that will be created by the migration and * used by the PushSubscription model shipped with this package. */ 'table_name' => env('WEBPUSH_DB_TABLE', 'push_subscriptions'), /* * This is the database connection that will be used by the migration and * the PushSubscription model shipped with this package. */ 'database_connection' => env('WEBPUSH_DB_CONNECTION', env('DB_CONNECTION', 'mysql')), ];
Simpan