...

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

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

     1version: v0.5.3-alpha.1
     2
     3dsn: memory
     4
     5serve:
     6  public:
     7    base_url: http://127.0.0.1:4433/
     8    cors:
     9      enabled: true
    10  admin:
    11    base_url: http://kratos:4434/
    12
    13selfservice:
    14  default_browser_return_url: http://127.0.0.1:4455/
    15  whitelisted_return_urls:
    16    - http://127.0.0.1:4455
    17
    18  methods:
    19    password:
    20      enabled: true
    21
    22  flows:
    23    error:
    24      ui_url: http://127.0.0.1:4455/error
    25
    26    settings:
    27      ui_url: http://127.0.0.1:4455/settings

View as plain text