farmbot_os/farmbot_ext/config/config.exs

13 lines
386 B
Elixir
Raw Normal View History

use Mix.Config
config :logger, handle_otp_reports: true, handle_sasl_reports: true
2018-12-04 10:21:11 -07:00
# TODO(Rick) We probably don't need to use this anymore now that Mox is a thing.
config :farmbot_celery_script, FarmbotCeleryScript.SysCalls,
sys_calls: FarmbotCeleryScript.SysCalls.Stubs
2018-11-05 09:18:26 -07:00
import_config "ecto.exs"
import_config "farmbot_core.exs"
import_config "lagger.exs"
import_config "test.exs"