Merged
requested to merge rinpatch/pleroma:fix/config-replace-try-catch-with-file-exists into develop
The problem with try/rescue is that incorrect dev.secrets.exs
will result in a warning that it does not exist. With this patch it will result in compilation error, thus being immediately noticed.
The solution was taken from here