blob: e00feb8a8a37c5a773ce77233dbe018c818ed04c (
plain)
1
2
3
4
5
6
|
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!)
|