Add configuration generation tool, update readme.

This commit is contained in:
Lain Iwakura 2017-11-23 16:22:20 +01:00
commit 44dc694882
4 changed files with 40 additions and 51 deletions

View 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