Elixirプロジェクトの設定ファイル例
use Mix.Config | |
config :example_app, | |
key1: "value1", | |
key2: "value2" | |
import_config "#{Mix.env}.exs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment