use puts instead warn

This commit is contained in:
Daniel 2021-07-27 21:01:41 +00:00
parent 69ebfb29fb
commit 5c5571c668
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ config :phoenix, :plug_init_mode, :runtime
if File.exists?("./config/dev.secret.exs") do
import_config "dev.secret.exs"
else
IO.warn(
IO.puts(
:stderr,
"!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs"
)
end