Infrastructure
Owner-only .env connection settings for PostgreSQL, Redis, S3, and the queue driver.
Overview
Infrastructure lets the account owner edit low-level service connections written to .env, with per-section connection tests.
Where it lives
Route: /admin/settings/infrastructure (admin.settings.infrastructure)
Open Admin → System → Infrastructure. Mount and all actions require the owner gate.
Sections
| Section | Fields |
|---|---|
| PostgreSQL | host, port, database, username, password |
| Redis | host, port, password |
| S3 | keys, region, bucket, endpoint, path-style |
| Queue | database or redis driver |
Each section has Test Connection and Save Changes (confirm). Misconfiguration can take the app offline — use carefully.