...

Text file src/github.com/ory/x/configx/stub/multi/expected.json

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

     1{
     2  "courier": {
     3    "smtp": {
     4      "connection_uri": "smtps://test:test@mailslurper:1025/?skip_ssl_verify=true",
     5      "from_address": "no-reply@ory.kratos.sh"
     6    }
     7  },
     8  "config": [
     9    "stub/multi/a.yaml",
    10    "stub/multi/b.yaml"
    11  ],
    12  "dsn": "sqlite:///var/lib/sqlite/db.sqlite?_fk=true",
    13  "hashers": {
    14    "argon2": {
    15      "iterations": 2,
    16      "key_length": 16,
    17      "memory": 131072,
    18      "parallelism": 1,
    19      "salt_length": 16
    20    }
    21  },
    22  "identity": {
    23    "default_schema_url": "file:///etc/config/kratos/identity.schema.json"
    24  },
    25  "log": {
    26    "format": "text",
    27    "leak_sensitive_values": true,
    28    "level": "debug"
    29  },
    30  "secrets": {
    31    "cookie": [
    32      "PLEASE-CHANGE-ME-I-AM-VERY-INSECURE"
    33    ]
    34  },
    35  "selfservice": {
    36    "default_browser_return_url": "http://127.0.0.1:4455/",
    37    "flows": {
    38      "error": {
    39        "ui_url": "http://127.0.0.1:4455/error"
    40      },
    41      "login": {
    42        "lifespan": "10m",
    43        "ui_url": "http://127.0.0.1:4455/auth/login"
    44      },
    45      "logout": {
    46        "after": {
    47          "default_browser_return_url": "http://127.0.0.1:4455/auth/login"
    48        }
    49      },
    50      "recovery": {
    51        "enabled": true,
    52        "lifespan": "1h",
    53        "ui_url": "http://127.0.0.1:4455/recovery"
    54      },
    55      "registration": {
    56        "after": {
    57          "password": {
    58            "hooks": [
    59              {
    60                "hook": "session"
    61              }
    62            ]
    63          }
    64        },
    65        "lifespan": "10m",
    66        "ui_url": "http://127.0.0.1:4455/auth/registration"
    67      },
    68      "settings": {
    69        "lifespan": "1h",
    70        "privileged_session_max_age": "15m",
    71        "ui_url": "http://127.0.0.1:4455/settings"
    72      },
    73      "verification": {
    74        "after": {
    75          "default_browser_return_url": "http://127.0.0.1:4455/"
    76        },
    77        "enabled": true,
    78        "lifespan": "1h",
    79        "ui_url": "http://127.0.0.1:4455/verify"
    80      }
    81    },
    82    "methods": {
    83      "link": {
    84        "enabled": true
    85      },
    86      "oidc": {
    87        "enabled": false
    88      },
    89      "password": {
    90        "enabled": true
    91      },
    92      "profile": {
    93        "enabled": true
    94      }
    95    },
    96    "whitelisted_return_urls": [
    97      "http://127.0.0.1:4455"
    98    ]
    99  },
   100  "serve": {
   101    "admin": {
   102      "base_url": "http://kratos:4434/",
   103      "host": "0.0.0.0",
   104      "port": 4434
   105    },
   106    "public": {
   107      "base_url": "http://127.0.0.1:4433/",
   108      "cors": {
   109        "allow_credentials": true,
   110        "allowed_headers": [
   111          "Authorization",
   112          "Content-Type",
   113          "X-Session-Token"
   114        ],
   115        "allowed_methods": [
   116          "POST",
   117          "GET",
   118          "PUT",
   119          "PATCH",
   120          "DELETE"
   121        ],
   122        "allowed_origins": [
   123          "*"
   124        ],
   125        "debug": false,
   126        "enabled": true,
   127        "exposed_headers": [
   128          "Content-Type"
   129        ],
   130        "max_age": 0,
   131        "options_passthrough": false
   132      },
   133      "host": "0.0.0.0",
   134      "port": 4433
   135    }
   136  },
   137  "session": {
   138    "cookie": {
   139      "path": "/",
   140      "persistent": true,
   141      "same_site": "Lax"
   142    },
   143    "lifespan": "24h"
   144  },
   145  "version": "v0.5.3-alpha.1"
   146}

View as plain text