Skip to content

Commit

Permalink
fix: kratos config for development
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 12, 2024
1 parent a7614bc commit dc08d0b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions compose/kratos/kratos.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# https://github.com/ory/kratos/blob/master/contrib/quickstart/kratos/email-password/kratos.yml

version: v0.13.0

#dsn: memory
version: v1.2.0

serve:
public:
Expand All @@ -16,8 +14,6 @@ selfservice:
default_browser_return_url: http://127.0.0.1:3000/
allowed_return_urls:
- http://127.0.0.1:4455
- http://localhost:19006/Callback
- exp://localhost:8081/--/Callback

methods:
password:
Expand Down Expand Up @@ -99,6 +95,7 @@ identity:
courier:
smtp:
connection_uri: smtps://test:test@mailslurper:1025/?skip_ssl_verify=true
from_address: [email protected]

feature_flags:
use_continue_with_transitions: true
use_continue_with_transitions: true

0 comments on commit dc08d0b

Please sign in to comment.