remove duplicate module

This commit is contained in:
Maksim Pechnikov 2020-07-24 08:35:06 +03:00
commit 61ef1fca4b
3 changed files with 3 additions and 18 deletions

View file

@ -118,6 +118,8 @@ config :pleroma, Pleroma.Uploaders.S3,
streaming_enabled: true,
public_endpoint: nil
config :tzdata, :autoupdate, :disabled
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else