File manager - Edit - /var/www/payraty/helpdesk/config/services.php
Back
<?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. | */ /** * Mail providers */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'), 'region' => env('SES_REGION', 'us-east-1'), ], 'sparkpost' => [ 'secret' => env('SPARKPOST_SECRET'), ], 'envato' => [ 'client_id' => env('ENVATO_ID'), 'client_secret' => env('ENVATO_SECRET'), 'personal_token' => env('ENVATO_PERSONAL_TOKEN'), 'redirect' => env('APP_URL') . '/secure/auth/social/envato/callback', ], 'slack' => [ 'webhook_url' => env('SLACK_WEBHOOK_URL'), ], 'openai' => [ 'api_key' => env('OPENAI_API_KEY'), ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings