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/config.exs | |
parent | fbc3f2893a3fa9177a73af15c36beb46eaa2707c (diff) | |
download | pleroma-bcecdc3ab194135d5bc17496b8091a6c17775c87.tar.gz pleroma-bcecdc3ab194135d5bc17496b8091a6c17775c87.zip |
Various runtime configuration fixes
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index af0fdca9a..faeac8ed1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -52,6 +52,7 @@ config :pleroma, Pleroma.Web.Endpoint, url: [host: "localhost"], protocol: "https", secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl", + signing_salt: "CqaoopA2", render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)], pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2], secure_cookie_flag: true |