From fb5dce481c8225579648ec52379a8f5611686196 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Oct 2019 20:05:54 +0000 Subject: [PATCH] Fix https://git.pleroma.social/pleroma/pleroma/issues/1289 --- config/releases.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"