Environment
Core .env Settings
- Standard Laravel settings are defined in .env.example.
- Database settings include a primary DB and a test DB (TEST_DB_*).
Site Context (Observed in Code)
- WEBSITE_CODE is read in routes/web.php and App\Services\Website to choose the site context.
- MAIN_URL is referenced in legacy URL logic and redirects.
Media Settings
- Media URLs are built using MEDIA_PUB in Files::buildFileUrl().
- S3 credentials are read from standard AWS environment variables.