kind-sugar-1935
04/26/2024, 8:05 AMchilly-king-10285
04/26/2024, 8:06 AMchilly-king-10285
04/26/2024, 8:06 AM_selfservice.flows.settings.ui_urlSELFSERVICE_FLOWS_SETTINGS_UI_URL=<value>bash export SELFSERVICE_FLOWS_SETTINGS_UI_URL=<value>cmd set SELFSERVICE_FLOWS_SETTINGS_UI_URL=<value>powershell $Env:SELFSERVICE_FLOWS_SETTINGS_UI_URL = "<value>"<value>kind-sugar-1935
04/26/2024, 8:07 AMchilly-king-10285
04/26/2024, 8:07 AMchilly-king-10285
04/26/2024, 8:07 AMconfig.yamlconfig.yamlyaml serve:    proxy:     port: 4455 # run the proxy at port 4455    api:     port: 4456 # run the api at port 4456      access_rules:    repositories:    - file:///rules.json      errors:    fallback:    - json    handlers:     json:      enabled: true      config:       verbose: true     redirect:      enabled: true      config:       to: <https://www.ory.sh/docs>      mutators:    header:     enabled: true     config:      headers:       X-User: "{{ print .Subject }}"    noop:     enabled: true    id_token:     enabled: true     config:      issuer_url: <http://localhost:4455/>      jwks_url: file:///jwks.json      authorizers:    allow:     enabled: true    deny:     enabled: true      authenticators:    anonymous:     enabled: true     config:      subject: guestkind-sugar-1935
04/26/2024, 8:08 AMchilly-king-10285
04/26/2024, 8:08 AMchilly-king-10285
04/26/2024, 8:08 AMconfig.yamlbash export ORY_OATHKEEPER_PROXY_PORT=4455cmd set ORY_OATHKEEPER_PROXY_PORT=4455powershell $Env:ORY_OATHKEEPER_PROXY_PORT = "4455"ORY_OATHKEEPER_PROXY_PORTserve.proxy.portconfig.yaml