Various runtime configuration fixes
This commit is contained in:
parent
fbc3f2893a
commit
bcecdc3ab1
9 changed files with 26 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue