Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions packages/demo/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ AUTH_ENDPOINT=https://auth.pds.example/oauth/authorize
# auth-service then renders its default Certified styling. Available
# presets: ocean, amber.
#
# Required (uncomment) to run the @client-branding e2e feature locally:
# the suite asserts that auth-service inlines the demo's branding CSS,
# which only happens when client-metadata.json advertises one. Without
# it, every scenario in features/client-branding.feature fails with
# "expect(html).toContain('body { background: #1a1208')" mismatches.
# Required (uncomment) to run the client-branding e2e feature locally
# (see features/client-branding.feature): the suite asserts that
# auth-service inlines the demo's branding CSS, which only happens
# when client-metadata.json advertises one. Without it, the scenarios
# in that feature file fail with playwright errors containing
# `Expected substring: "body { background: #1a1208"`.
# EPDS_CLIENT_THEME=amber

# Session signing secret (generate with: openssl rand -base64 32)
Expand Down
Loading