Created
October 21, 2016 20:39
-
-
Save lasseebert/291c01d2ba6c1a691865e65bc5d4f718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mix test | |
Compiling 16 files (.ex) | |
== Compilation error on file lib/my_app/mailer.ex == | |
** (ArgumentError) application :my_app is not loaded, or the configuration parameter :mailgun_domain is not set | |
(elixir) lib/application.ex:261: Application.fetch_env!/2 | |
lib/my_app/mailer.ex:3: (module) | |
(stdlib) erl_eval.erl:670: :erl_eval.do_apply/6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment