⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.94
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily.dev-unit.com
/
config
/
View File Name :
services.php
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, Mandrill, and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | */ /* * Mail providers */ 'mailgun' => [ 'domain' => null, 'secret' => null, 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), // 'api.eu.mailgun.net' - If you are not using the United States Mailgun region 'scheme' => 'https', ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN', ''), ], 'ses' => [ 'key' => null, 'secret' => null, 'region' => null, 'token' => null, // To utilize AWS temporary credentials via a session token ], 'sparkpost' => [ 'secret' => null, 'guzzle' => [ 'verify' => false, ], ], 'resend' => [ 'key' => env('RESEND_API_KEY'), ], 'mailersend' => [ 'api_key' => env('MAILERSEND_API_KEY'), ], 'brevo' => [ 'key' => env('BREVO_API_KEY'), ], /* * Social Auth Providers */ 'facebook' => [ 'client_id' => null, 'client_secret' => null, 'redirect' => env('APP_URL') . '/auth/connect/facebook/callback', ], 'linkedin-openid' => [ 'client_id' => null, 'client_secret' => null, 'redirect' => env('APP_URL') . '/auth/connect/linkedin/callback', ], // OAuth 2.0 'twitter-oauth-2' => [ 'client_id' => null, 'client_secret' => null, 'redirect' => env('APP_URL') . '/auth/connect/twitter-oauth-2/callback', ], // OAuth 1.0 'twitter' => [ 'client_id' => null, 'client_secret' => null, 'redirect' => env('APP_URL') . '/auth/connect/twitter/callback', ], 'google' => [ 'client_id' => null, 'client_secret' => null, 'redirect' => env('APP_URL') . '/auth/connect/google/callback', ], /* * Payment gateways * See payment plugins config files */ /* * Other */ 'slack' => [ 'notifications' => [ 'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'), 'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'), ], ], 'googlemaps' => [ 'key' => null, //-> for Google Map JavaScript & Embeded ], ];