mirror of
https://github.com/benbusby/farside.git
synced 2025-03-15 19:56:04 -04:00
7 lines
237 B
Elixir
7 lines
237 B
Elixir
![]() |
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")
|