farmbot_os/config/hardware/host/hardware.exs

6 lines
194 B
Elixir

use Mix.Config
config :farmbot,
path: "/tmp",
config_file_name: System.get_env("CONFIG_FILE_NAME") || "default_config.json",
configurator_port: System.get_env("CONFIGURATOR_PORT") || 5000