++ Primo Caricamento

This commit is contained in:
2026-03-30 19:15:13 +02:00
commit 663a68d59b
47 changed files with 3561 additions and 0 deletions

53
.env.example Normal file
View File

@@ -0,0 +1,53 @@
# ─────────────────────────────────────────────────────────────────────────────
# .env.example — Template pubblico delle variabili di ambiente
#
# Questo file VA committato su Git. Non contiene valori reali.
# Ogni sviluppatore copia questo file in ".env" e imposta i propri valori.
#
# Istruzioni:
# cp .env.example .env
# php artisan key:generate (oppure automatico via entrypoint Docker)
# ─────────────────────────────────────────────────────────────────────────────
APP_NAME="Portale Clienti"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost:8080
NGINX_PORT=8080
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=portale_clienti
DB_USERNAME=portale_user
DB_PASSWORD=your_password_here
DB_ROOT_PASSWORD=your_root_password_here
DB_EXTERNAL_PORT=3306
CACHE_STORE=redis
SESSION_DRIVER=redis
SESSION_LIFETIME=120
REDIS_HOST=redis
REDIS_PASSWORD=your_redis_password_here
REDIS_PORT=6379
REDIS_EXTERNAL_PORT=6379
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
MAIL_MAILER=log
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="noreply@portale-clienti.it"
MAIL_FROM_NAME="${APP_NAME}"
QUEUE_CONNECTION=sync
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local