...

Text file src/github.com/ory/x/configx/stub/hydra/hydra.yaml

Documentation: github.com/ory/x/configx/stub/hydra

     1serve:
     2  cookies:
     3    same_site_mode: Lax
     4
     5urls:
     6  self:
     7    issuer: http://127.0.0.1:4444
     8  consent: http://127.0.0.1:3000/consent
     9  login: http://127.0.0.1:3000/login
    10  logout: http://127.0.0.1:3000/logout
    11
    12secrets:
    13  system:
    14    - youReallyNeedToChangeThis
    15
    16oidc:
    17  subject_identifiers:
    18    enabled:
    19      - pairwise
    20      - public
    21    pairwise:
    22      salt: youReallyNeedToChangeThis

View as plain text