Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../unicodeveloper/../league/../spatie/../vonage/../authorizenet/./../phenx/../composer/../nesbot/../plivo/../../.git/objects/f2/../48/../23/../7f/./../1f/../05/../54/../18/../af/../49/../././a0/../84/../a3/./../f4/../8e/../c8/../00/./../c6/./../18/../37/../35/./../8a/../92/.././b1/../a3/../../../config
الملفات الموجودة في هذا الـ Path:
.
..
app.php
auth.php
broadcasting.php
cache.php
cors.php
database.php
datatables.php
excel.php
filesystems.php
hashing.php
logging.php
mail.php
modules.php
picosms.php
purifier.php
queue.php
sanctum.php
services.php
session.php
translation-manager.php
view.php
مشاهدة ملف: 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'),
],
];