mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
5 lines
154 B
Elixir
5 lines
154 B
Elixir
import Config
|
|
|
|
config :farside,
|
|
port: System.get_env("FARSIDE_PORT", "4001"),
|
|
services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json")
|