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, 0 insertions, 6 deletions
diff --git a/config/runtime.exs b/config/runtime.exs
deleted file mode 100644
index e00feb8..0000000
--- a/config/runtime.exs
+++ /dev/null
@@ -1,6 +0,0 @@
-import Config
-
-config :farside,
- port: System.get_env("FARSIDE_PORT", "4001"),
- services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json"),
- data_dir: System.get_env("FARSIDE_DATA_DIR", File.cwd!)