aboutsummaryrefslogblamecommitdiff
path: root/apps/styx/src/styx.erl
blob: 1a582b8ec3b5dd3405c7f5aa3521e3be4e059eb0 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                     
-module(styx).

-export([kratos_url/0, hydra_url/0]).

kratos_url() ->
    application:get_env(styx, kratos_url, undefined).

hydra_url() ->
    application:get_env(styx, hydra_url, undefined).