Documentation Index
Fetch the complete documentation index at: https://docs.popsink.com/llms.txt
Use this file to discover all available pages before exploring further.
Description: Tests now hit the test database, not dev; restore safe defaults.
Changes
- Parse the
CIenvironment variable as a boolean —CI="false"was previously truthy and made tests run against thedata_planedev database (#2079). - Restore safe defaults for
DEBUG,CIandALLOW_DESIGN_LOGINto preventKeyErrorwhen those env vars are absent. - Drop
DATA_PLANE_FRONTEND_URLin favour ofINGRESS_URL.