Fix Force HTTPS
This commit is contained in:
parent
b5b92df392
commit
2abc4fc9d6
@ -22,9 +22,9 @@ public function register(): void
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
if (env('APP_ENV') !== 'local') {
|
||||
URL::forceScheme('https');
|
||||
}
|
||||
// if (env('APP_ENV') !== 'local') {
|
||||
// URL::forceScheme('https');
|
||||
// }
|
||||
|
||||
RateLimiter::for('login', function (Request $request) {
|
||||
return Limit::perMinute(3)->by($request->ip())->response(function (Request $request) {
|
||||
|
||||
19573
storage/logs/laravel.log
19573
storage/logs/laravel.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user