Merge branch 'develop' into feature/activitypub
[akkoma] / config / dev.exs
index 126baea28ef5ed7c598a027883ef3bf9bf86c17c..83326e6f261a6c805b04690ada767366197d3daf 100644 (file)
@@ -49,5 +49,5 @@ config :pleroma, Pleroma.Repo,
 try do
   import_config "dev.secret.exs"
 rescue
-  _-> nil
+  _-> IO.puts("!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs")
 end