From fd639a6f74d3a2c4cdcc18f5191c101cd41f289b Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Fri, 6 Aug 2021 15:55:35 +0200 Subject: Kratos flows --- config/sys.config | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'config/sys.config') diff --git a/config/sys.config b/config/sys.config index 2eafc5f..60a32cb 100644 --- a/config/sys.config +++ b/config/sys.config @@ -1,3 +1,16 @@ [ - {styx, []} + {kernel, [{logger_level, debug}]}, + {styx, []}, + {ory, [ + {kratos_url, <<"http://127.0.0.1:4433">>}, + {kratos_admin_url, <<"http://127.0.0.1:4434">>}, + {hydra_url, <<"http://127.0.0.1:4444">>}, + {hydra_admin_url, <<"http://127.0.0.1:4445">>} + ]}, + {styx_web, [ + {site_title, <<"My SSO">>}, + {background_image_url, <<"https://images.unsplash.com/photo-1456428746267-a1756408f782?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1908&q=80">>}, + {port, <<"5000">>} + ]}, + {styx_service, [{watch_assets, []}, {hydra, []}, {kratos, []}]} ]. -- cgit v1.2.3