From: yalh76 Date: Thu, 10 Oct 2019 20:05:54 +0000 (+0000) Subject: Fix https://git.pleroma.social/pleroma/pleroma/issues/1289 X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=fb5dce481c8225579648ec52379a8f5611686196;hp=-c;p=akkoma Fix https://git.pleroma.social/pleroma/pleroma/issues/1289 --- fb5dce481c8225579648ec52379a8f5611686196 diff --git a/config/releases.exs b/config/releases.exs index 98c5ceccd..36c493673 100644 --- a/config/releases.exs +++ b/config/releases.exs @@ -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"