create new middleware and connecet setad

This commit is contained in:
2025-08-09 18:22:06 +03:30
committed by amirghasempoor
parent 2fe705e528
commit e6f84b3b6f
7 changed files with 109 additions and 4 deletions

View File

@@ -2,5 +2,6 @@
return [
'TRUSTED_IP' => explode(',', env("TRUSTED_IP", '127.0.0.1')),
'NOTIFICATION_SERVER_URL' => env('NOTIFICATION_SERVER_URL', '127.0.0.1')
'NOTIFICATION_SERVER_URL' => env('NOTIFICATION_SERVER_URL', '127.0.0.1'),
'LOGIN_HASH_VALUE' => env('LOGIN_HASH_VALUE'),
];