Compare commits

...

2 Commits

Author SHA1 Message Date
Ninluc d4f98517cd misc
linter / quality (push) Successful in 4m27s
tests / ci (8.3) (push) Successful in 4m9s
2026-09-16 22:41:11 +02:00
Ninluc feac0feaeb Trust proxies 2026-09-16 22:41:03 +02:00
2 changed files with 9 additions and 1 deletions
+6 -1
View File
@@ -3,6 +3,7 @@ APP_ENV=production
APP_KEY=base64:WE5DlJGDeIrl+B1ZqahVJSg4TN6oY3N1ph8CDKNo0w4=
APP_DEBUG=false
APP_URL=https://perceptron.matthiasg.dev
ASSET_URL=https://perceptron.matthiasg.dev
APP_LOCALE=fr
APP_FALLBACK_LOCALE=fr
@@ -11,11 +12,15 @@ APP_FAKER_LOCALE=fr_FR
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
LOG_CHANNEL=single
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
è
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
+3
View File
@@ -23,6 +23,9 @@ return Application::configure(basePath: dirname(__DIR__))
HandleInertiaRequests::class,
AddLinkHeadersForPreloadedAssets::class,
]);
$middleware->trustProxies(at: [
'*'
]);
})
->withExceptions(function (Exceptions $exceptions): void {
//