Skip to main content

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 CI environment variable as a boolean — CI="false" was previously truthy and made tests run against the data_plane dev database (#2079).
  • Restore safe defaults for DEBUG, CI and ALLOW_DESIGN_LOGIN to prevent KeyError when those env vars are absent.
  • Drop DATA_PLANE_FRONTEND_URL in favour of INGRESS_URL.