feat: implementation des dossiers candidats PDF, gestion des entretiens et optimisation de l'analyse IA

This commit is contained in:
jeremy bayse
2026-04-19 15:35:16 +02:00
parent 4017e3d9c5
commit f3d630d741
27 changed files with 2550 additions and 741 deletions

View File

@@ -1,7 +1,8 @@
APP_NAME=Laravel
APP_NAME=Recru.IT
# PRODUCTION: Set to 'production' and set APP_DEBUG=false
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_DEBUG=false
APP_URL=http://localhost
APP_LOCALE=en
@@ -18,7 +19,8 @@ BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
# PRODUCTION: Use 'error' to avoid exposing sensitive data in logs
LOG_LEVEL=error
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
@@ -29,7 +31,8 @@ DB_CONNECTION=sqlite
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
# SECURITY: Must be 'true' in production to encrypt session data at rest
SESSION_ENCRYPT=true
SESSION_PATH=/
SESSION_DOMAIN=null