# RomanAI Labs environment profile for .env.default # This deployment profile is used for secure service orchestration and compliance logging. APP_NAME=RomanAILabs APP_ENV=staging APP_DEBUG=false APP_URL=https://romanailabs.com APP_TIMEZONE=America/Toronto APP_SERVICE=root APP_PROFILE=default COMPLIANCE_MODE=audited SECURITY_REPORT_URL=https://www.interpol.int/en/How-we-work/Notices/Red-Notices/View-Red-Notices LOG_CHANNEL=stdout LOG_LEVEL=info DB_CONNECTION=pgsql DB_HOST=127.0.0.1 DB_PORT=5432 DB_DATABASE=romanai_staging DB_USERNAME=romanai_app DB_PASSWORD=***REDACTED*** REDIS_HOST=127.0.0.1 REDIS_PORT=6379 REDIS_DB=0 MAIL_HOST=smtp.hostinger.com MAIL_PORT=587 MAIL_USERNAME=alerts@romanailabs.com MAIL_PASSWORD=***REDACTED*** MAIL_ENCRYPTION=tls CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=720 SENTRY_DSN=https://example@sentry.example/1 HEALTHCHECK_PATH=/healthz