aboutsummaryrefslogtreecommitdiff
path: root/apps/styx/src/styx.erl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/styx/src/styx.erl')
-rw-r--r--apps/styx/src/styx.erl9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/styx/src/styx.erl b/apps/styx/src/styx.erl
new file mode 100644
index 0000000..1a582b8
--- /dev/null
+++ b/apps/styx/src/styx.erl
@@ -0,0 +1,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).