summaryrefslogtreecommitdiff
path: root/config/runtime.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/runtime.exs')
-rw-r--r--config/runtime.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/runtime.exs b/config/runtime.exs
new file mode 100644
index 0000000..e4491ff
--- /dev/null
+++ b/config/runtime.exs
@@ -0,0 +1,6 @@
+import Config
+
+config :farside,
+ port: System.get_env("FARSIDE_PORT", "4001"),
+ redis_conn: "redis://localhost:#{System.get_env("FARSIDE_REDIS_PORT", "6379")}",
+ services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json")