:: **Zploit** v1.0 | Current Path: **/home/ev8tmzj0ufzx/public_html/iconcreative.in/config/**
:: Editing 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'), ], 'facebook' => [ 'client_id' => '4137630536255175', 'client_secret' => '384f634641482cd2366f68b41e0f72d4', 'redirect' => 'https://abeerjaipur.com/auth/facebook/callback', ], /*'facebook' => [ 'client_id' => '486695008459338', 'client_secret' => 'afd8bb79a11f774610e7c24c454207dd', 'redirect' => 'http://localhost/abeerjaipur.com/auth/facebook/callback', ],*/ // for me 'google' => [ 'client_id' => '628890609601-a2m7700rr83p4ard1r9qotf6knb6n3ki.apps.googleusercontent.com', 'client_secret' => 'a1guDCq5i7nE_X9uIRWg_EtP', 'redirect' =>'https://abeerjaipur.com/auth/google/callback', ], /*'google' => [ 'client_id' => '981210633878-nflvn2rc17rj7du8lmnot1uq4hsuv5kn.apps.googleusercontent.com', 'client_secret' => 'OjjrYybriQNZ1LJDSZCrVWom', 'redirect' =>'http://localhost/abeerjaipur.com/auth/google/callback', ],*/ // for me ];