Compare commits
2 Commits
ba4b951a69
...
d4f98517cd
| Author | SHA1 | Date | |
|---|---|---|---|
| d4f98517cd | |||
| feac0feaeb |
+6
-1
@@ -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
|
||||
|
||||
@@ -23,6 +23,9 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
HandleInertiaRequests::class,
|
||||
AddLinkHeadersForPreloadedAssets::class,
|
||||
]);
|
||||
$middleware->trustProxies(at: [
|
||||
'*'
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user