One Hat Cyber Team
Your IP :
3.14.142.87
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:
services.php
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], 'paytm-wallet' => [ 'env' => 'local', 'merchant_id' => '', 'merchant_key' => '', 'merchant_website' => '', 'channel' => 'WEB', 'industry_type' => '', ], 'facebook' => [ 'client_id' => '', 'client_secret' => '', 'redirect' => '', ], 'google' => [ 'client_id' => '', 'client_secret' => '', 'redirect' => '', ], 'twilio' => [ 'sid' => env('TWILIO_AUTH_SID'), 'token' => env('TWILIO_AUTH_TOKEN'), 'whatsapp_from' => env('TWILIO_WHATSAPP_FROM') ], ];
Simpan