blob: e4491ffdcd2160e4ef85547a6782c65e7fe738c2 (
plain)
1
2
3
4
5
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")
|