PHP 8.3.30
Preview: services.php Size: 1.01 KB
/home/getspomw/.trash/config/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.
    |
    */

    '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'),
    ],

    'resend' => [
        'key' => env('RESEND_KEY'),
    ],

    'slack' => [
        'notifications' => [
            'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
            'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
        ],
    ],

];

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
4.18 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
3.93 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
3.39 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
6.05 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
10.12 KB lrw-r--r-- 2026-04-19 10:26:23
Edit Download
2.44 KB lrw-rw-rw- 2025-09-17 08:58:53
Edit Download
4.06 KB lrw-rw-rw- 2025-09-17 07:11:11
Edit Download
4.21 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
3.46 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
3.73 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
1.01 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download
7.67 KB lrw-rw-rw- 2025-09-17 06:52:53
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).