5 lines
99 B
Elixir
5 lines
99 B
Elixir
import Config
|
|
|
|
if path = System.get_env("AGENT_CONFIG") do
|
|
config :agent, :config_path, path
|
|
end
|