Import Config Elixir

[Solved] Import Config Elixir | Elixir - Code Explorer | yomemimo.com
Question : import config elixir

Answered by : foolish-flatworm-vt1qndcbutqz

import Config
config :some_app, key1: "value1", key2: "value2"
import_config "#{config_env()}.exs"

Source : https://hexdocs.pm/elixir/master/Config.html | Last Update : Sat, 02 Oct 21

Answers related to import config elixir

Code Explorer Popular Question For Elixir