diff options
Diffstat (limited to 'config/runtime.exs')
| -rw-r--r-- | config/runtime.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/runtime.exs b/config/runtime.exs index e4491ff..e00feb8 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -2,5 +2,5 @@ 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") + services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json"), + data_dir: System.get_env("FARSIDE_DATA_DIR", File.cwd!) |
