--- ciphers: algorithm: xchacha20-poly1305 couri...
# talk-kratos
b
--- ciphers: algorithm: xchacha20-poly1305 courier: smtp: connection_uri: "smtps://test:test@mailslurper:1025/?skip_ssl_verify=true" dsn: memory hashers: algorithm: bcrypt bcrypt: cost: 8 identity: default_schema_id: default schemas: - id: default url: "file:///etc/config/kratos/identity.schema.json" log: format: text leak_sensitive_values: true level: debug secrets: cipher: - 32-LONG-SECRET-NOT-SECURE-AT-ALL cookie: - PLEASE-CHANGE-ME-I-AM-VERY-INSECURE selfservice: allowed_return_urls: - "http://127.0.0.1:4455" default_browser_return_url: "http://127.0.0.1:4455/" flows: error: ui_url: "http://127.0.0.1:4455/error" login: lifespan: 10m ui_url: "http://127.0.0.1:4455/login" logout: after: default_browser_return_url: "http://127.0.0.1:4455/login" recovery: enabled: true ui_url: "http://127.0.0.1:4455/recovery" registration: after: password: hooks: - hook: session lifespan: 10m ui_url: "http://127.0.0.1:4455/registration" settings: privileged_session_max_age: 15m ui_url: "http://127.0.0.1:4455/settings" verification: after: default_browser_return_url: "http://127.0.0.1:4455/" enabled: true ui_url: "http://127.0.0.1:4455/verification" methods: oidc: config: providers: - client_id: myclientid client_secret: myclientsecret id: google mapper_url: "<base64://i> encoded the oidc.google.json into base64 provider: google scope: - email enabled: true password: enabled: true serve: admin: base_url: "http://kratos:4434/" public: base_url: "http://127.0.0.1:4433/" cors: enabled: true version: v0.3.0-alpha.1