One Hat Cyber Team
Your IP :
18.191.82.216
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
keedoai.com
/
config
/
View File Name :
flutterwave.php
<?php /* * This file is part of the Laravel Rave package. * * (c) Oluwole Adebiyi - Flamez <flamekeed@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /** * Public Key: Your Rave publicKey. Sign up on https://dashboard.flutterwave.com/ to get one from your settings page * */ 'publicKey' => env('FLUTTERWAVE_PUBLIC_KEY'), /** * Secret Key: Your Rave secretKey. Sign up on https://dashboard.flutterwave.com/ to get one from your settings page * */ 'secretKey' => env('FLUTTERWAVE_SECRET_KEY'), /** * Prefix: Secret hash for webhook * */ 'secretHash' => env('FLUTTERWAVE_SECRET_HASH', ''), ];