aboutsummaryrefslogtreecommitdiff
path: root/config/hydra.yml
blob: 3a5fbdc2e2f2dd5d8fef291cd8888bd8b3338ad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dsn: "sqlite:///Users/href/dev/styx/priv/hydra.sqlite?_fk=true&mode=rwc"

serve:
  cookies:
    same_site_mode: Lax

urls:
  self:
    issuer: http://127.0.0.1:4444
  consent: http://127.0.0.1:5000/account/oauth2/consent
  login: http://127.0.0.1:5000/account/oauth2/login
  logout: http://127.0.0.1:5000/account/oauth2/logout
  error: http://127.0.0.1:5000/account/oauth2/error

secrets:
  system:
    - youReallyNeedToChangeThis

oidc:
  subject_identifiers:
    supported_types:
      - pairwise
      - public
    pairwise:
      salt: youReallyNeedToChangeThis