Fix https://git.pleroma.social/pleroma/pleroma/issues/1289
authoryalh76 <yalh@yahoo.com>
Thu, 10 Oct 2019 20:05:54 +0000 (20:05 +0000)
committeryalh76 <yalh@yahoo.com>
Thu, 10 Oct 2019 20:05:54 +0000 (20:05 +0000)
config/releases.exs

index 98c5ceccd54a5501dfefcd8a845d148aedca390f..36c49367384be2eb63b9089ffdfbfd6ae1f1b278 100644 (file)
@@ -1,6 +1,6 @@
 import Config
 
-config :pleroma, :instance, static_dir: "/var/lib/pleroma/static"
+config :pleroma, :instance, static: "/var/lib/pleroma/static"
 config :pleroma, Pleroma.Uploaders.Local, uploads: "/var/lib/pleroma/uploads"
 
 config_path = System.get_env("PLEROMA_CONFIG_PATH") || "/etc/pleroma/config.exs"