APP_NAME="QR Generator - Internal System"
APP_ENV=production
APP_DEBUG=false
APP_URL=http://qr.company.internal
APP_TIMEZONE=UTC

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=qr_generator
DB_USERNAME=root
DB_PASSWORD=

SESSION_LIFETIME=480
SESSION_SECURE=true
SESSION_HTTP_ONLY=true
SESSION_SAME_SITE=strict

STORAGE_DRIVER=local
STORAGE_PATH=storage/qrcodes

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

CLOUDINARY_URL=

ALLOWED_IPS=
REQUIRE_VPN=false

AUDIT_LOG_ENABLED=true
ANALYTICS_ENABLED=true

COMPANY_NAME="InnoCraft Web"
COMPANY_LOGO_URL=/assets/logo.png
