Merge branch 'user_info_fixes_again' into 'develop'
[akkoma] / lib / mix / tasks / sample_config.eex
index 3b4953cda9bb1f23a570be6a71eb3c9bbd49c647..462c3463645c98a247d5a6ec3d0d1783150cd09d 100644 (file)
@@ -25,12 +25,15 @@ config :pleroma, Pleroma.Repo,
   hostname: "localhost",
   pool_size: 10
 
+# Enable Strict-Transport-Security once SSL is working:
+# config :pleroma, :http_security,
+#   sts: true
+
 # Configure S3 support if desired.
 # The public S3 endpoint is different depending on region and provider,
 # consult your S3 provider's documentation for details on what to use.
 #
-# config :pleroma, Pleroma.Upload,
-#   use_s3: true,
+# config :pleroma, Pleroma.Uploaders.S3,
 #   bucket: "some-bucket",
 #   public_endpoint: "https://s3.amazonaws.com"
 #