File Manager Lite
Dir:
/home/u540325668/domains/sostabazar.in/public_html/schooldemo/config
Upload
[..]
app.php (7.57 KB)
Edit
Rename
Del
auth.php (3.92 KB)
Edit
Rename
Del
broadcasting.php (1.82 KB)
Edit
Rename
Del
cache.php (3.2 KB)
Edit
Rename
Del
constants.php (1.35 KB)
Edit
Rename
Del
cors.php (846 B)
Edit
Rename
Del
debugbar.php (14.13 KB)
Edit
Rename
Del
dompdf.php (11.21 KB)
Edit
Rename
Del
excel.php (12.09 KB)
Edit
Rename
Del
filesystems.php (2.23 KB)
Edit
Rename
Del
global.php (639 B)
Edit
Rename
Del
hashing.php (1.54 KB)
Edit
Rename
Del
ide-helper.php (11.1 KB)
Edit
Rename
Del
image.php (508 B)
Edit
Rename
Del
installer.php (2.63 KB)
Edit
Rename
Del
logging.php (3.61 KB)
Edit
Rename
Del
mail.php (3.53 KB)
Edit
Rename
Del
paystack.php (724 B)
Edit
Rename
Del
permission.php (5.59 KB)
Edit
Rename
Del
querydetector.php (3.32 KB)
Edit
Rename
Del
sanctum.php (2.24 KB)
Edit
Rename
Del
services.php (1.05 KB)
Edit
Rename
Del
session.php (6.86 KB)
Edit
Rename
Del
update-generator.php (5.2 KB)
Edit
Rename
Del
view.php (1.05 KB)
Edit
Rename
Del
Edit: paystack.php
<?php /* * This file is part of the Laravel Paystack package. * * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /** * Public Key From Paystack Dashboard * */ 'publicKey' => getenv('PAYSTACK_PUBLIC_KEY'), /** * Secret Key From Paystack Dashboard * */ 'secretKey' => getenv('PAYSTACK_SECRET_KEY'), /** * Paystack Payment URL * */ 'paymentUrl' => getenv('PAYSTACK_PAYMENT_URL'), /** * Optional email address of the merchant * */ 'merchantEmail' => getenv('MERCHANT_EMAIL'), ];
Simpan