···11NEXT_PUBLIC_APP_URL=http://localhost:3000
2233+# PDS management API
44+PDS_API_BASE_URL=https://your-backend.url/
55+PDS_API_TOKEN=your_token_here
66+PDS_TEST_SERVICE_ID=
77+# Set to "true" to force all users to PDS_TEST_SERVICE_ID (dev only)
88+PDS_FORCE_SERVICE_ID=false
99+# Set to "true" to use mock PDS data instead of the real API
1010+PDS_USE_MOCK=false
1111+312# Prelaunch feature flag.
413# When `true`, hide elements intended to ship only after launch.
514NEXT_PUBLIC_PRELAUNCH=false