ilsan kimtricolor-ilsan-kim.com·Jul 15, 2024How To Configuring Elixir OTP ApplicationsConfig Modules 엘릭서의 OTP기반 어플리케이션은 간단하게 key-value 형태의 config 정보를 코드상에 명시하여 빌드타임에 이를 동적으로 이를 불러와 메모리에 저장할 수 있다. Example config/config.exs import Config Config.config :conf, some_config: "im.. some... value!" iex iex -S mix ... Application.get_...ElixirAdd a thoughtful commentNo comments yetBe the first to start the conversation.