X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fprod.exs;h=d0cfd1ac2f895ce7cea4905e74542a67e72f0efd;hb=ea2698beb75074e6c94acf0c66bcdbdb47f59acd;hp=732bab2b0026295b955de51a54cffd1263925fc3;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/config/prod.exs b/config/prod.exs index 732bab2b0..d0cfd1ac2 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,9 +14,8 @@ use Mix.Config # manifest is generated by the mix phoenix.digest task # which you typically run after static files are built. config :pleroma, Pleroma.Web.Endpoint, - on_init: {Pleroma.Web.Endpoint, :load_from_system_env, []}, - url: [host: "example.com", port: 80], - cache_static_manifest: "priv/static/cache_manifest.json" + http: [port: 4000], + protocol: "http" # Do not print debug messages in production config :logger, level: :info