summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-29 02:05:51 +0200
committerRoger Braun <roger@rogerbraun.net>2017-03-29 02:07:56 +0200
commite7dc39e40cde5599f2e1e0dd1715670fd1e76720 (patch)
tree35bf6459fc195924edd5882d40544bfe483bd997 /config/config.exs
parent08fdbd6f3ab15ac8312073d832324516b723b81a (diff)
downloadpleroma-e7dc39e40cde5599f2e1e0dd1715670fd1e76720.tar.gz
pleroma-e7dc39e40cde5599f2e1e0dd1715670fd1e76720.zip
Basic file uploading via TwAPI.
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index bf050197f..2b041b10f 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -15,6 +15,7 @@ config :pleroma, Pleroma.Upload,
# Configures the endpoint
config :pleroma, Pleroma.Web.Endpoint,
url: [host: "localhost"],
+ protocol: "https",
secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
pubsub: [name: Pleroma.PubSub,