diff options
Diffstat (limited to 'config/sys.config')
-rw-r--r-- | config/sys.config | 15 |
1 files changed, 14 insertions, 1 deletions
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, []}]} ]. |