Skip to content

Instantly share code, notes, and snippets.

@daisuke-morita
Created February 6, 2016 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daisuke-morita/a289fe943061d5d68d08 to your computer and use it in GitHub Desktop.
Save daisuke-morita/a289fe943061d5d68d08 to your computer and use it in GitHub Desktop.
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