diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/prod.exs | 2 | ||||
-rw-r--r-- | config/releases.exs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/prod.exs b/config/prod.exs index 1179cf3b0..bf1a97de0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -17,6 +17,8 @@ config :pleroma, Pleroma.Web.Endpoint, http: [port: 4000], protocol: "http" +config :phoenix, serve_endpoints: true + # Do not print debug messages in production config :logger, level: :warn diff --git a/config/releases.exs b/config/releases.exs new file mode 100644 index 000000000..becde7693 --- /dev/null +++ b/config/releases.exs @@ -0,0 +1 @@ +import Config |