diff options
author | yalh76 <yalh@yahoo.com> | 2019-10-10 20:05:54 +0000 |
---|---|---|
committer | yalh76 <yalh@yahoo.com> | 2019-10-10 20:05:54 +0000 |
commit | fb5dce481c8225579648ec52379a8f5611686196 (patch) | |
tree | 41c09c3db0808541180393fcdfb77d0ced7c68d2 | |
parent | 9fd5176c35d21846fb8368ea7bc0285f9cd74ad4 (diff) | |
download | pleroma-fb5dce481c8225579648ec52379a8f5611686196.tar.gz |
Fix https://git.pleroma.social/pleroma/pleroma/issues/1289
-rw-r--r-- | config/releases.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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" |