diff options
author | href <href@random.sh> | 2018-11-16 21:35:08 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-11-19 10:09:24 +0100 |
commit | bcecdc3ab194135d5bc17496b8091a6c17775c87 (patch) | |
tree | 3f453aa3f8394cdfcc0b54476e6d8ad77e9e9ae6 /config/prod.exs | |
parent | fbc3f2893a3fa9177a73af15c36beb46eaa2707c (diff) | |
download | pleroma-bcecdc3ab194135d5bc17496b8091a6c17775c87.tar.gz |
Various runtime configuration fixes
Diffstat (limited to 'config/prod.exs')
-rw-r--r-- | config/prod.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/prod.exs b/config/prod.exs index d0cfd1ac2..e5e5a977e 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,6 +14,7 @@ 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, + server: true, http: [port: 4000], protocol: "http" |